@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('../fonts/ProximaNovaRegular.eot');
	src: url('../fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/ProximaNovaRegular.woff') format('woff'),
	     url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
	     url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
	font-weight: normal;
	font-style: normal;			
}

@font-face {
	font-family: 'ProximaNovaSemibold';
	src: url('../fonts/ProximaNovaSemibold.eot');
	src: url('../fonts/ProximaNovaSemibold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/ProximaNovaSemibold.woff') format('woff'),
	     url('../fonts/ProximaNovaSemibold.ttf') format('truetype'),
	     url('../fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
	font-weight: bold;
	font-style: bold;
}

@font-face {
	font-family: 'NoaLTStdRegular';
	src: url('../fonts/NoaLTStdRegular.eot');
	src: url('../fonts/NoaLTStdRegular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/NoaLTStdRegular.woff') format('woff'),
	     url('../fonts/NoaLTStdRegular.ttf') format('truetype'),
	     url('../fonts/NoaLTStdRegular.svg#NoaLTStdRegular') format('svg');
	font-weight: bold;
	font-style: bold;
}

body {
    height: 100% !important;
    margin: 0!important;
    padding: 0;
    width: 100% !important;
    overflow-y: none;
	font-family:ProximaNovaRegular!important;
	color:white!important;	
	font-size:16px!important;
}

#bg-image {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: auto;
}

a,
a:hover{
	color:white!important;
	text-decoration:none!important;
}

@media only screen and (max-width: 767px){
.dropdown-menu li a{
	color:grey!important;
}
}


body_old {
    background: url(../images/blockpage-bedankt-desktop.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}

body_old {
	background-color:#ec9935!important;	
}

@media only screen and (max-width: 991px){
body_old {
	background: url(../images/blockpage-bedankt-tablet.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}

@media only screen and (max-width: 767px){
	body_old {
	background-color:#ec9935!important;
}

body_old {
	background: url(../images/blockpage-bedankt-mobile320px.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}

a{
	text-decoration:none;
}

#bigwhiteicon{
	background-image:url(../images/circle.png);
	background-repeat: no-repeat;
	height:70px;
	width:70px;
	left:15px;
}

#internetfilter{
	font-family:NoaLTStdRegular;    
    font-size: 27px;
    top: 16px;
    left:17px;
}	

.blankspace1{
	display:block;
	height:20%;
}

.blankspace2{
	display:block;
	height:20%;
}

@media only screen and (max-width: 767px){
.blankspace1{
	display:block;
	height:32px;
}

.blankspace2{
	display:block;
	height:84px;
}

#text3c{
	margin-left:0px!important;
}

}



#text2{
	margin-top:26px;
	font-size:29px;
	font-family:NoaLTStdRegular;
}

#text3{
	margin-top:10px;
}

#text4{
	font-family:NoaLTStdRegular;
	font-size:23px;
	top:-15px;	
}

.footer {
    position: absolute;
    bottom: 20px;
    width: 87%;
    /*height: 100px;*/
}

@media only screen and (min-width: 1000px){
.footer {
    width: 63%;
}	
}

#bottomlogo{
	background-image:url(../images/logo-desktop_200px.png);
	background-repeat: no-repeat;
	height:58px;
	width:200px;
	position:absolute;
	right:28px;
	bottom:40px;
	z-index:0;
}

@media only screen and (max-width: 767px){

#language{
	top:30px!important;
}	
	
#text2{
	font-size:22px;
}	
	
#bottomlogo{
display:none;
}

#bottomlogo2{
 	background-image:url(../images/logo-mobile4.png);
	background-repeat: no-repeat;
	width:109px;
	height:20px;
	position:relative;
	margin:30px auto 15px auto;
	right:20px;
	bottom:0px;
}

#text4 {
    font-size: 18px;
    padding-top: 70px;
    margin-bottom:-10px;
}
}

.btn-primary {
    color: #fff!important;
    background-color: transparent!important;
    border-color: white!important;
}

.btn {
    border: 2px solid!important;
    width:97%;
    text-align:left!important;
}

.btn.active, .btn:active, .btn.focus, .btn:focus, .btn:hover {
    box-shadow: none!important;	
}

.dropdown .caret{
	float:right;
	margin-top:8px;
}

/*firefox hack*/
@-moz-document url-prefix() { 
  .dropdown .caret{
     margin-top:-11px;
  }
}

.dropdown, .dropup {
    position: relative;
    /*top: -88px;*/
}

.dropdown-menu {
	width:97%;
}

.form-control {
	border: 1px solid #fff!important;
	box-shadow:none!important;
}

label {
	font-weight:normal!important;
}

#paginasolcon{
	margin-top: 10px!important;
}

#solconbuton{
	font-family:NoaLTStdRegular;
	font-size:18px;
	background-color:transparent;
	color:white;
	padding-top:9px;
	padding-bottom:7px;
	text-align:center!important;
	width:70%;
}

#solconbuton:hover{
	background-color:rgba(255,255,255,0.1);
}

#language{
	top:50px;
	margin-bottom:-60px;
}

#text3b{
	margin-top:10px;
	margin-bottom:20px
}

#text3c{
    /*margin-top: 10px;
    margin-left: -63px;*/
}




#header-logo{
	margin-top:21px;
}

.header{
	background-color:#f7941d;
	height:80px;
	width:100%;
	z-index:1;
	position:relative;
}

.header-content{
    width: 1140px;
    margin: 0 auto;
    position: relative;
    top: -80px; 
	z-index:2;
	position:relative;    
}



#box-container {
    height:775px;
    position: relative;
}
#box-bg {
    float: right;
    position: absolute;
    height:700px;
    bottom: 0px;
}
#box-picture {
    float: right;
    position: absolute;
    bottom: 2px;
    left: -50px;
    z-index: 1000;
}
#box-picture img {
    height: 750px;
}
#box-logo {
    float: right;
    top: 0px;
    left: 200px;
    position: absolute;
    z-index: 1001;
}
#box-content {
    width: 500px;
    /* height: 100%; */
    top: 100px;
    left: 470px;
    position: absolute;
    z-index: 1002;
}
@media only screen and (max-width: 767px){
    html {
        position: relative;
        min-height: 100%;
    }
    body {
        background-color: #f7941d!important;
        height: auto!important;
        margin-bottom: 230px!important;
    }
    #box-container {
        height: auto;
    }
    #box-content {
        width: 100%;
        top: 0px;
        left: 0px;
        position: relative;
        background: #f7941d;
    }
    .footer {
        height: 60px!important;
    }
}

.section-title {
	font-family:NoaLTStdRegular;
	font-size:21px;
}
.section-text {
	font-family:NoaLTStdRegular;
	font-size:14px;
}
.adminonly-section-title {
	font-family:NoaLTStdRegular;
	font-size:20px;
}
.adminonly-section-text {
	font-family:NoaLTStdRegular;
	font-size:12px;
}


.vertical-margin-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bottom-margin-10 {
    margin-bottom: 10px;
}
.vertical-margin-5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bottom-margin-5 {
    margin-bottom: 10px;
}


#trapezoid-footer {
    position: absolute;
    bottom: 20px;
    left: 80px;
    width: 750px;
    height: 50px;
    z-index: 1003;
}
.trapezoid-footer-text {
    font-family:Arial!important;
    font-size:16px!important;
    color:white!important;	
    z-index: 1003;
}
.trapezoid-footer-text2 {
    font-family:ProximaNovaRegular!important;
    font-size:16px!important;
    color:white!important;
    z-index: 1003;
}
#trapezoid-footer-line {
    background-color: white;
    height: 2px;
    margin-bottom: 5px;
    z-index: 1003;
}
#trapezoid-footer-logo {
    position: absolute;
    bottom: 20px;
    right: 50px;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 32px;
}

#mobile-footer {
    position: relative;
}
#mobile-footer-photo {
    float: right;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 1000;
}
#mobile-footer-logo {
    float: right;
    bottom: 40px;
    right: 40px;
    position: absolute;
    z-index: 1000;
}
.mobile-footer-text {
    font-family:Arial!important;
    font-size:12px!important;
    color:white!important;	
    z-index: 1003;
}
.mobile-footer-text2 {
    font-family:ProximaNovaRegular!important;
    font-size:12px!important;
    color:white!important;
    z-index: 1003;
}
#mobile-footer-line {
    background-color: white;
    height: 1px;
    margin-bottom: 5px;
    padding-left: 100px;
    z-index: 999;
}

