.arrow-link a {
	border: 2px solid #23527c;
	text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #23527c;
    margin: 0 15px 15px;
    width:45px;
    height:45px;
    right: 15px;
    float: right; 
}

.arrow-link a:hover , .arrow-link a:active {
	text-decoration:none;
}



.slider-control { display: none; }
h2.color-headline , h3.color-headline, .colored.color-blue { color: #084d97; }


.startseite .right { padding-top: 36px; }

/* FORM
****************************************/


.content-form textarea, .content-form select, .content-form    input[type=email], .content-form  input[type=tel],.content-form  input[type=text] , .content-form  input[type=password] ,
.content-form  input[type=file] {
    background: #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
	border: 1px solid rgba(52,52,52,0.2);
}
.content-form .widget-textarea textarea {  width: 100%; height: 140px; }
.content-form  input[type=file] { display:inline-block; }

.content-form  .submit  {
  height:60px;
  width:100%;
  border-radius:3px;
  border:rgba(52,52,52,.3) 1px solid;
  box-sizing:border-box;
  margin-bottom:30px;
background: rgb(106,171,201);
background: -moz-linear-gradient(45deg, rgba(2, 77, 151,1) 0%, rgba(2, 77, 151,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(2, 77, 151,1) 0%,rgba(2, 77, 151,1) 100%);
background: linear-gradient(45deg, rgba(2, 77, 151,1) 0%,rgba(2, 77, 1513,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024d97', endColorstr='#024d97',GradientType=1 );  
  color:white;
  transition:all ease .4s;
  cursor:pointer;
}
.content-form  .submit:focus , .content-form  .submit:hover {
  background:rgba(48,88,113,1);    
background: -moz-linear-gradient(45deg, rgba(2, 77, 1511) 0%, rgba(2, 77, 151,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(2, 77, 151,1) 0%,rgba(2, 77, 151,1) 100%);
background: linear-gradient(45deg, rgba(2, 77, 151,1) 0%,rgba(2, 77, 151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024d97', endColorstr='#024d97',GradientType=1 ); 
  box-shadow: 0px 0px 0px 2px rgba( 0,0,0,0.1 );
	border: 1px solid rgba(52,52,52,1)
}

.content-form  textarea:focus, .content-form  select:focus, .content-form  input[type=email]:focus, .content-form  input[type=tel]:focus, .content-form  input[type=text]:focus, .content-form  input[type=password]:focus {
	border: 1px solid rgba(52,52,52,1);
    outline: none;   
	color: black;
}




.content-form fieldset  input[type='checkbox'] , .content-form fieldset  input[type='radio']  {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.content-form fieldset  input[type='checkbox'] + label:before,
.content-form fieldset  input[type='checkbox'] + label:after{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-right: 10px;
	font-size: 16px;
	color: rgb(45, 83, 107);
}

.content-form .widget-checkbox  label { width: 32%; font-size: 14px; }

@media (max-width: 768px) { 
.content-form .widget-checkbox  label { width: 100%; }
}

.content-form legend { margin-top: 15px; }
.content-form fieldset input[type='checkbox'] + label:before{/*unchecked icon*/
    content: "\e157";
}
.content-form fieldset input[type='checkbox']:checked + label:before{/*checked icon*/
    content: "\e067";
}

.content-form fieldset  input[type='radio'] + label:before,
.content-form fieldset  input[type='radio'] + label:after{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-right: 10px;
	font-size: 16px;
	color: rgb(45, 83, 107);
}
.content-form fieldset input[type='radio'] + label:before{/*unchecked icon*/
    content: "\e157";
}
.content-form fieldset input[type='radio']:checked + label:before{/*checked icon*/
    content: "\e067";
}

@media (max-width: 767px) { 
.content-form  label  	 { width: 100%; }
.content-form textarea, .content-form select, .content-form  input[type=email], .content-form  input[type=tel],.formbody  input[type=text] , .content-form  input[type=password] ,
.content-form  input[type=file] , .content-form  input[type=submit]  , .content-form .widget-textarea textarea {  margin-left: 0;    width: 100%; }
}
