


/* FONTS
-------------------------------------------------- */
/* GLOBAL STYLES

Fonts Internet Explorer, Edge */


@font-face {
    font-family: 'Dineot';
    src: url("/fonts/DINWeb.eot");
}
@font-face {
    font-family: 'Dinmediumeot';
    src: url("/fonts/DINWeb-Medium.eot");
}
@font-face {
    font-family: 'Dinboldeot';
    src: url("/fonts/DINWeb-Bold.eot");
}


/*  Fonts Mozilla, Chrome, Opera, Safari */
@font-face {
    font-family: Dinwoff;
    src:  url("/fonts/DINWeb.woff");
}
@font-face {
    font-family: Dinmediumwoff;
    src:  url("/fonts/DINWeb-Medium.woff");
}
@font-face {
    font-family: Dinboldwoff;
    src:  url("/fonts/DINWeb-Bold.woff");
}



@font-face {
    font-family: DinNextLTLight;
    src:  url("/fonts/DINNextLTPro-Light.otf") format("opentype");
}
@font-face {
    font-family: DinNextLTRegular;
    src:  url("/fonts/DINNextLTPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: DinNextLTMedium;
    src:  url("/fonts/DINNextLTPro-Medium.otf") format("opentype");
}
@font-face {
    font-family: DinNextLTBold;
    src:  url("/fonts/DINNextLTPro-Bold.otf") format("opentype");
}


/* TYPOGRAPHY
-------------------------------------------------- */

/* BUTTONS
-------------------------------------------------- */

.btn {
    font-family: DinNextLTRegular, Dinmediumwoff, Dinmediumeot;
    padding: 12px 20px 10px 20px;
    border: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus{
    outline:none;
    box-shadow:none;
}



.btn-dark {
    background-color: #3C4757;
}

.btn-dark:hover {
    background-color: #3A4452;
    border: 0;
}




.btn-red {
    background-color: #a42b2f;
}

.btn-red:hover {
    background-color: #763032;
    border: none;
}


.btn-green {
    background-color:  #76b72a;
}

.btn-green:hover {
    background-color: #74b729;
    border: 0;
}


.btn-nav {
    margin-left: 20px;
    margin-top: 30px;
}

.btn-toggle {
    padding-left: 15px;
    padding-right: 15px;
}



.btn-praevention {
    background-color:  #3973b8;
}
.btn-praevention:hover {
    background-color: #8ab2d2;
    border: 0;
}


.btn-m360skat {
    background-color:  #3973b8;
}
.btn-m360skat:hover {
    background-color: #8ab2d2;
    border: 0;
}
.btn-m360skat_active {
    background-color: #8ab2d2;
    border: 0;
}





.btn-akutehilfe {
    background-color:  #a42b2f;
}
.btn-akutehilfe:hover {
    background-color: #ef8381;
    border: 0;
}


.btn-postvention {
    background-color:  #76b72a;
}
.btn-postvention:hover {
    background-color: #c3da99;
    border: 0;
}


/* FORMS
-------------------------------------------------- */

input[type=text], input[type=password] { 
    font-family: DinNextLTLight, Dinwoff, Dineot;
    height: 35px;	
    width: 225px;	
    border: 1px solid #3C4757;
    opacity: 0.7;	
    border-radius: 5px;

}

input[type=text]:focus, input[type=password]:focus {
    font-family: DinNextLTLight, Dinwoff, Dineot;
    height: 35px;	
    width: 225px;	
    border: 1px solid #A42B2F;	
    opacity: 1;	
    border-radius: 5px;
} 

input[type=text]:hover, input[type=password]:hover {
    font-family: DinNextLTLight, Dinwoff, Dineot;
    height: 35px;	
    width: 225px;	
    border: 1px solid #A42B2F;
    opacity: 1;	
    border-radius: 5px;
} 



input:required {
    border: 1px solid #3C4757;	

}

input:required:invalid {
    border: 1px solid #3C4757;	
}



select { 
    font-family: DinNextLTLight, Dinwoff, Dineot;
    height: 35px;	
    border: 1px solid #3C4757;	
    opacity: 0.7;	
    border-radius: 5px;
}

select:hover, select:focus { 
    font-family: DinNextLTLight, Dinwoff, Dineot;
    height: 35px;	
    border: 1px solid #A42B2F;	
    opacity: 1;	
    border-radius: 5px;

}

textarea { 
    font-family: DinNextLTLight, Dinwoff, Dineot;
    border: 1px solid #3C4757;	
    opacity: 0.7;	
    border-radius: 5px;
    font-weight: 100;
    line-height: 20px;
}


textarea:hover, .textarea:focus { 
    font-family: DinNextLTLight, Dinwoff, Dineot;
    border: 1px solid #A42B2F;	
    opacity: 1;	
    border-radius: 5px;
    font-weight: 100;
    line-height: 20px;
}




/* NAVIGATION
-------------------------------------------------- */
#navigation {
	height: 100px;
	position: relative;
	z-index: 2;
}

.logo {
	width: 145px;
	height: 145px;
	float: left;
}

.slogan {
 	margin-top: 40px;
	padding-left: 170px;
}

.slogan-red {
	color: #A42B2F;
	font-family: DinNextLTMedium, Dinmediumwoff, Dinmediumeot;
}

.slogan-gray {
	color: #3C4757;
	font-family: DinNextLTMedium, Dinmediumwoff, Dinmediumeot;
}

.mymenu-top {
	 background-color:#efefef;
	font-family: DinNextLTRegular, Dinwoff, Dineot;
	color: #333333;
	line-height: 28px;
	font-size: 14px;
}


.mymenu-top a:hover{
	color: #A42B2F;
	text-decoration: none;
}





/* PFAD
-------------------------------------------------- */
.pfad {
	margin-top: -15px;
	margin-bottom: 50px;
	font-size: 14px;
	color: #3C4757;
	font-family: DinNextLTLight, Dinwoff, Dineot;
}

.pfad_link {
	font-size: 14px;
	color: #3C4757;
	font-family: DinNextLTLight, Dinwoff, Dineot;
}

/* FOOTER
-------------------------------------------------- */

#footer {
	margin-top: 40px;
	margin-bottom: 20px;
}



/* HEADERGRAFIK
-------------------------------------------------- */

.container-fluid {
	margin: 0;
	padding: 0;
}

.headergrafik {
  background-color:#ffffff;
  margin-bottom: 3rem;

}

.headergrafik-item {
  width:100%;
  height: 420px;
}


/* PRODUKT IMAGES
-------------------------------------------------- */

.produkt-image-col {    
    position: relative;
    width: 50%;
}

.produkt-image {
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.produkt-image-inner {
  transition: .5s ease;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;

}


.produkt-image-text {
  font-family: DinNextLTLight, Dinwoff, Dineot;
  color: white;
  font-size: 16px;
  padding: 0px 0px;

}


.produkt-image-col:hover .produkt-image {
  opacity: 0.2;
}

.produkt-image-col:hover .produkt-image-inner {
  opacity: 1;
}


.produkt-image-icon {
    max-width: 80px;
    width: 100%;
    position: relative;
    top: -10px;
}

.produkt-image-icon-4er {
    max-width: 80px;
    width: 100%;
    position: relative;
    top: -20px;
}





.beispiel_nummer2 {
    font-family: DinNextLTLight, Dinwoff, Dineot;
    color: #ffffff;
    font-size: 20px;
    border-radius:90px;
    border: 3px solid #fff;
    padding: 10px;
    margin:0 auto;
    background-color: ;

}



.beispiel_nummer {
    position: absolute;
    top: -10px;
    font-family: DinNextLTLight, Dinwoff, Dineot;
    color: #ffffff;
    padding: 0px;
    font-size: 16px;
    background-color: ;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    color: #ffffff;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    width: 32px;

}







#m360menu_row {
    position: relative;
    left: 10px;
    top: -20px;
    font-family: DinNextLTLight, Dinwoff, Dineot;
    background-color: #efefef;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}


#m360userdata {
    position: relative;
    left: 10px;
    top: -20px;
    font-family: DinNextLTLight, Dinwoff, Dineot;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    border: 1px dashed #3973b8;;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}


.loginform {
    position: absolute;
    left: calc(50% - 230px);
    top:  calc(50% + 155px);
}





















/* RESPONSIVE CSS  -------------------------------------------------- */







@media screen and (max-width: 768px){
    .img-bereiche {
	    padding-top: 25px;
	    padding-bottom: 10px;
	    width: 120px;
    }
}





@media (max-width: 1000px) {







}