/*
	rot				#ab0011		rgba(171, 0, 18, 0.5)
	dark / dblau	#173344
	grau			#69727b
	light			#f2f4f6
*/



body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 400;
  color: #69727b;
  line-height: 1.7em
}
@media (max-width: 767px) {
	body {
	  line-height: 1.5em
	}
}





/* ---- AUFBAU
================================================== */
section {
  padding: 3em 0;
}
section .content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  section {
    padding: 6em 0;
  }
}

/* ---- end AUFBAU ------------------------------------------ */






/* --------- FOOTER
================================================== */
body {
	margin-bottom: 150px;
	}	
.footer {
	height: 150px;
	padding: 3em 0 2em 0 !important;
	background: #eee;
	border: none;
	box-shadow: none;
	color: rgba(0, 0, 0, .5);
	font-size: 85%;
	margin: 0 !important;
	line-height: 1.1em;
	font-weight: 300;
	font-size: 80%
	}
.footer .copyright {
	}
.footer .quicklinks {
	float: right;
	}	
.footer .quicklinks a {
	font-weight: 300 !important;
	margin-left: .7em;
	padding-left: 1em;
	border-left: 1px solid #bbb
	}
.footer .quicklinks a:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none
	}		
@media (max-height: 700px) {
	body {
		margin-bottom: 0
		}
	.footer{
		position: relative;
		height: auto !important;
		padding-top: 3em !important;
		}	
}
@media (max-width: 767px) {
	body {
		margin-bottom: 0
		}
	.footer{
		position: relative;
		height: auto !important;
		padding: 3em 0 !important;
		text-align: center
		}
	.footer .quicklinks {
		float: none;
		margin-top: .5em
		}			
}
/* --------- end FOOTER -------- */	











/* ---- NAVIGATION
================================================== */
#mainNav {
  padding: .8em 0 !important;
}



#mainNav .navbar-brand {
	background: url(../images/logo/logo_m.png) no-repeat;
	background-size: 100%;
	margin: -5px 0 0 0 !important;
	padding: 0 !important;
	width: 140px;
	height: 60px;
	transition: 0 !important
	}
#mainNav .navbar-brand:hover {
	opacity: .7;
	transform: scale(.95);
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-ms-transform: scale(.95);
	-o-transform: scale(.95);
	}
		
		
		

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  letter-spacing: 1px;
  color: #173344;
}
#mainNav .navbar-nav .nav-item.home .nav-link {
  color: rgba(24, 52, 70, 0.3) !important;
}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link#active, 
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:focus {
  	color: #173344;
	}
#mainNav .navbar-nav .nav-item .nav-link:focus {
	outline: none !important
	}
#mainNav .navbar-nav .nav-item .nav-link#active {
  font-weight: 700;
  color: #ab0011;
  text-decoration: none;
}








.dropdown-menu {
	background: none;
	border: none;
	margin: 0;
	border-radius: 0;
	font-size: 90%;
	letter-spacing: 1px;
	background: rgba(24, 52, 70, 0.6) !important;
	background: rgba(171, 0, 18, 0.8) !important;
	padding: .5em 1em .3em 1em;
	}
.dropdown-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
  	}
.dropdown-menu li:last-child {
	border-bottom: none
  	}	
 .dropdown-menu li a {
	background: none;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: .5em 0
  	}
  .dropdown-menu li a:hover {
	background: none;
	font-weight: 500;
	color: #fff;
	letter-spacing: .04em;
	text-decoration: none
  	}
 .dropdown-menu li a#active {
	font-weight: bold !important;
  	color: #fff
  	}	



.dropdown-submenu:after {
	color: rgba(24, 52, 70, 0.5)
	}
.dropdown-submenu:hover:after {
	color: #ab0011;
	color: #173344;
	}





@media (min-width: 768px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: .2em .1em !important;
	margin: 0 .6em !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	font-size: 85%;
	letter-spacing: -.03em
	}	
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0 !important
	}	
  #mainNav .navbar-nav .nav-item .nav-link.active,
  #mainNav .navbar-nav .nav-item .nav-link#active,
  #mainNav .navbar-nav .nav-item .nav-link#active:hover, 
  #mainNav .navbar-nav .nav-item .nav-link:hover {
  	border-bottom: 2px solid #ca0015;
  }
  #mainNav .navbar-nav .nav-item .nav-link#active {
  	border: none
  }
  
  
  #mainNav.navbar-shrink {
    	background: #fff !important;
		border-bottom: 1px solid rgba(24, 52, 70, 0.2) !important;
  		}
  	#mainNav.navbar-shrink .navbar-nav .nav-item a.nav-link {
	  	}
	#mainNav.navbar-shrink .navbar-nav .nav-item a.nav-link.active,
	#mainNav.navbar-shrink .navbar-nav .nav-item a.nav-link#active, 
	#mainNav.navbar-shrink .navbar-nav .nav-item a.nav-link:hover {
	  	}
	#mainNav.navbar-shrink .navbar-nav .nav-item a.nav-link#active {
		}
  
	#mainNav.navbar-shrink .navbar-brand {
    	background: url(../images/logo/logo_m.png) no-repeat;
    	background-size: 100%;
		margin: -5px 0 -5px 0 !important;
		padding: 0 !important;
		width: 140px;
		height: 60px
		}
		
	
	.dropdown-menu {
		}
	.dropdown-menu li a {
		}	
	.dropdown-menu li a:hover {
		}
	.dropdown-menu li a#active {
		}
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    margin: 0 1em !important;
    font-size: 100%;
    letter-spacing: 0
  	}
}

@media (max-width: 767px) {
  #mainNav {
    padding: .5em 1.5em !important;
    background: #fff;
    border-bottom: 1px solid #ddd !important;
	z-index: 100000000
    }
  #mainNav .navbar-brand {
	/*background: url(../images/logo/logo_m_fff3.png) no-repeat;*/
	background-size: 85%;
	margin: 0 0 -10px 0 !important;
	}
	
	
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: rgba(255, 255, 255, 0.15);
  background-color: #ab0011;
  color: #fff !important;
}
#mainNav .navbar-toggler:hover {
  /*background-color: rgba(255, 255, 255, 0.3);*/
  opacity: .8
}	
	
  #mainNav .navbar-nav {
	padding-top: 1em !important;
	padding-bottom: 1.5em !important;
	text-align: center;
	}		
	
   #mainNav .navbar-nav .nav-item {
	margin: 2px
	}
	
  #mainNav .navbar-nav .nav-item.home .nav-link {
	display: none
	}
		
  #mainNav .navbar-nav .nav-item .nav-link {
	color: rgba(255, 255, 255, 0.6);
	color: #69727b;
	font-size: 15pt;
	padding: .7em 0;
	}		
  #mainNav .navbar-nav .nav-item .nav-link.active,
  #mainNav .navbar-nav .nav-item .nav-link#active, 
  #mainNav .navbar-nav .nav-item .nav-link:hover {
	}
  #mainNav .navbar-nav .nav-item .nav-link:hover {
	border-radius: 3px;
	background: rgba(24, 52, 70, 0.1);
	background: rgba(171, 0, 18, 0.1);
	color: #173344 !important
	}			
  #mainNav .navbar-nav .nav-item .nav-link#active {
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.15)
	}	
	
	
	
.dropdown-menu {
	margin-top: -.7em;
	text-align: center;
	}		
}
/* ---- end NAVIGATION ------------------------------------------ */


















/* ---- CAROUSEL-Funktion ------------------------------------------ */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
/* ---- end CAROUSEL-Funktion ------------------------------------------ */




/* ---- SLIDER
================================================== */
.carousel {
	background: rgba(104, 113, 122, 0.3)
	}
.carousel .item { 
	height: 450px;
	}	
.carousel .item img,
.carousel .item a img {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	display: inline-block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
	}
@media (max-width: 1200px) {
	.carousel .item 		{ height: 350px }	
	}
@media (max-width: 992px) {
	.carousel .item 		{ height: 280px }	
	}
@media (max-width: 767px) {
	.carousel  				{ margin-top: 60px !important }
	.carousel .item 		{ height: 200px }
	}
@media (max-width: 480px) {
	.carousel .item 		{ height: 150px }
	}
@media (max-width: 380px) {
	.carousel .item 		{ height: 130px }
	}




.carousel-control {
	z-index: 10000000;
	position: absolute;
	top: 39%;
	left: 0;
	right: 0;
	color: #173344 !important;
	opacity: .3;
	width: 40px;
	padding: .5em .8em
}
.right.carousel-control {
	left: auto;
	right: 0;
	text-align: right
}
.carousel-control:hover {
	opacity: .7;
	color: #fff !important;
	background: #ab0011
}

.carousel-caption {
	padding: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	right: 0;
	padding-top: 160px
	}
.carousel-caption .fa-stack {
    font-size: 45pt;
    margin-top: -23px;
    margin-bottom: .15em
    }	
.carousel-caption .intro-lead-in {
    font-size: 32px;
    font-style: italic;
    line-height: 1.2em;
    color: rgba(24, 52, 70, 0.6);
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  	}
.carousel-caption .intro-heading {
    font-size: 60px;
    font-weight: 700;
    margin: .5em 0 0 0;
    color: #ab0011;
    }
.carousel-caption b {
    color: #173344;
    }    
@media (max-width: 1200px) {
	.carousel-caption {
		padding-top: 125px
		}
	.carousel-caption .fa-stack {
	    font-size: 38pt;
	    margin-top: -20px;
	    margin-bottom: .1em
    	}		
	.carousel-caption .intro-lead-in {
	    font-size: 27px;
	    }
	.carousel-caption .intro-heading {
	    font-size: 51px;
	    }
	}
@media (max-width: 992px) {
	.carousel-caption {
		padding-top: 110px
		}
	.carousel-caption .fa-stack {
	    font-size: 31pt;
	    }	
	.carousel-caption .intro-lead-in {
	    font-size: 23px;
	    }
	.carousel-caption .intro-heading {
	    font-size: 38px;
		margin: .35em 0 0 0;
	    }
	}
@media (max-width: 767px) {
	.carousel-caption {
		left: -30px !important;
		right: -30px !important;
		width: calc(100% + 30px) !important;
		padding-top: 65px
		}
	.carousel-caption .fa-stack {
	    font-size: 28pt;
	    margin-top: -20px;
	    }	
	.carousel-caption .intro-lead-in {
	    font-size: 20.5px;
	    }
	.carousel-caption .intro-heading {
	    font-size: 34px;
	    margin: .3em 0 0 0;
	    }
	}
@media (max-width: 480px) {
	.carousel-caption {
		padding-top: 40px
		}	
	.carousel-caption .fa-stack {
	    font-size: 23pt;
	    margin-top: -12px;
	    margin-bottom: .1em
	    }	
	.carousel-caption .intro-lead-in {
	    font-size: 18px;
	    }
	.carousel-caption .intro-heading {
	    font-size: 30px;
	    }
	}
@media (max-width: 380px) {
	.carousel-caption {
		width: calc(100% + 40px) !important;
		padding-top: 42px
		}
	.carousel-caption .fa-stack {
	    font-size: 21pt;
	    margin-top: -20px;
	    margin-bottom: 0
	    }	
	.carousel-caption .intro-lead-in {
	    font-size: 17px;
	    }
	.carousel-caption .intro-heading {
	    font-size: 26px;
	    }
	}    
/* ---- end SLIDER ------------------------------------------ */




/* ---- START
================================================== */
.carousel.start {
	height: 100vh;
	background: rgba(255, 255, 255, 0.2);
	}
.carousel.start .item { 
	height: 100vh !important;
	}		
.start video {
    position: fixed;           /* Make it full screen (fixed) */
    right: 0;
    bottom: 0;
    z-index: -1;               /* Put on background */

    min-width: 100%;           /* Expand video */
    min-height: 100%;
    width: auto;               /* Keep aspect ratio */
    height: auto;

    top: 50%;                  /* Vertical center offset */
    left: 50%;                 /* Horizontal center offset */

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);         /* Cover effect: compensate the offset */

    background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 }
	
.start .button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	z-index: 1000
	}
	.start .btn {
		padding: 1em 1.8em;
		}
	.start .btn i {
		font-size: 16pt;
		margin-left: .5em;
		margin-top: -2px;
		vertical-align: middle
		}
	.start .btn:hover i {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		}					

@media (max-width: 1300px) {
	.start .btn {
		font-size: 95%
		}	
	}
@media (max-width: 992px) {
	.start .btn {
		font-size: 90%
		}
	}
@media (max-width: 767px) {
	.start .button {
		bottom: 130px;
		}	
	.start .btn {
		font-size: 90%;
		padding: .8em 1.5em
		}
	}
@media (max-width: 670px) {
	.start .btn {
		font-size: 80%;
		padding: .7em 1.2em
		}	
	}	
	
	
	
#person {
	background: #fff;
}
#person img {
	width: 200px;
	float: right
}
@media (max-width: 580px) {
	#person img {
		width: 40%;
	}	
}
@media (max-width: 380px) {
	#person img {
		width: 35%;
	}	
}			
/* ---- end START ------------------------------------------ */

































/* ---- SONSTIGES
================================================== */
:hover,
a:hover {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	}

.clearer {
	clear: both
	}
p {
	margin-bottom: 1.5em
	}


.muted {
	color: rgba(24, 52, 70, 0.5);
	font-style: italic;
	line-height: 1.5em;
	font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	} 
	
	
.primary,
.hausfarbe,
.text-hausfarbe { color: #ab0011 !important }

.dark,
.hausfarbe2,
.text-hausfarbe2 { color: #173344 !important }
	
a {
	color: #ab0011;
	}
a:hover {
	color: #87000f;
	text-decoration: underline;
	}
b { 
	font-weight: bold;
	color: #ab0011 
	}
.bold,
.semibold { 
	color: #173344;
	font-weight: 600 !important
	}
.semibold { 
	color: #173344;
	font-weight: 500 !important
	}		

.nowrap { white-space: nowrap }


.rotate:hover{
	transition: all .4s ease;
	transform: rotate(-360deg);
	}	



	
	
.hide-768 {
	}
.show-768 {
	display: none !important
	}			
@media (max-width: 767px) {
	.hide-768 {
		display: none !important;
		}
	.show-768 {
		display:inherit !important;
		}	
	}
	
	
.mehr {
	display: inline-block;
	background: rgba(24, 52, 70, 0.5);
	color: #fff;
	padding: .4em 1em;
	font-size: 8.5pt;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .05em;
	border-radius: 3px;
	margin-top: 2em;
	margin-bottom: 3em;
	opacity: .35
	}
.mehr.primary {
	background: #ab0011;
	color: #fff !important;
	opacity: .7
	}
.mehr.dark {
	background: #173344;
	color: #fff !important;
	opacity: .6
	}	
.mehr:hover {
	opacity: 1;
	background: #ab0011;
	background: #173344;
	text-decoration: none !important;
	color: #fff !important
	}
.mehr.primary:hover {
	background: #ab0011;
	text-decoration: none !important;
	}
.mehr.dark:hover {
	background: #173344 !important;
	text-decoration: none !important;
	}	
		
@media  (max-width:992px) {
	.mehr {
		margin-bottom: 4em
		}		
	}
@media  (max-width:767px) {
	.mehr {
		margin-top: 1em
		}	
	}
/* ---- end SONSTIGES ------------------------------------------ */







/* ---- FARBEN
================================================== */
.bg-dark 	{
	background-color:#173344 !important;
	color: #fff
	}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5 	{
	color: #fff
	}	

.text-primary {
  color: #ab0011 !important;
}
.text-dark {
  color: #173344 !important;
}
.text-gray,
.text-grau,
.text-gray a,
.text-grau a,
.text-grau a,
.text-grau a {
  color: #69727b !important;
}
.text-light {
  color: #f2f4f6 !important;
}
/* ---- end FARBEN ------------------------------------------ */









/* ---- HEADLINES
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  margin-top: 4em;
  margin-bottom: 1em;
  color: #173344;
}

h1	{ font-size: 280%; margin: 0 0 .5em 0;	text-transform: uppercase; }
h2	{ font-size: 190% !important; margin: 1.5em 0 .7em 0; 		 }
h3	{ font-size: 155%; margin: 2em 0 .5em 0; color: #ab0011		  }
h4	{ font-size: 140%; margin: 2em 0 .5em 0;	 }
h5	{ font-size: 110%; margin: 2em 0 .25em 0; line-height: 1.3em	 }	
h6	{ font-size: 100%; margin: 2em 0 .25em 0; line-height: 1.3em	 }	

@media  (max-width:992px) {
	h1	{ font-size: 250% !important }
	h2	{ font-size: 180% !important }
	h3	{ font-size: 125% !important }
	h4	{ font-size: 115% !important }
	h5	{ font-size: 110% !important }	
	h6	{  }	
}
@media  (max-width:767px) {
	h1	{ font-size: 200% !important }
	h2	{ font-size: 160% !important }
	h3	{ font-size: 125% !important }
	h4	{ font-size: 115% !important }
	h5	{ font-size: 105% !important }	
	h6	{  }	
}


.service-heading {
  margin: 15px 0;
  text-transform: none;
}
/* ---- end HEADLINES ------------------------------------------ */










/* ----- LISTEN -------------
================================================== */
.modal ul {
	list-style: none;
	margin: .5em 0 .5em 0;
	padding: 0;
	clear: left
	}
.content ul li,
.modal ul li {
	list-style: none;
	padding: .3em 0 .3em 20px;
	margin: 0;
	}	
.content ul a,
.modal ul a { 
	color: #ab0011;
	margin-right: .3em;
	text-decoration: none
	}
.content ul a:hover,
.modal ul a:hover { 
	color: #87000f; 
	}	
.content ul li:before,
.modal ul li:before {
	content: '\F054';
	color: #ab0011;
	font-family: 'FontAwesome';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900 !important;
	display: inline-block;
	margin-left: -20px;
	width: 20px;
	}
.content ul li:hover:before,
.modal ul li:hover:before {
	color: #87000f;
	}
	
	
	
.content ul.list-typ2 li,
.modal ul.list-typ2 li {
	text-align: left;
	list-style: none;
	padding-top: .8em;
	padding-bottom: .8em;
	margin: 0;
	border-bottom: 1px dashed rgba(171, 0, 18, 0.5)
	}
.content ul.list-typ2 li:last-child,
.modal ul.list-typ2 li:last-child {
	border: none
	}		
.content ul.list-typ2 li:before,
.modal ul.list-typ2 li:before {
	}
.content ul.list-typ2 li:hover:before,
.modal ul.list-typ2 li:hover:before {
	color: #87000f;
	}	
	


.content ul.list-typ3 li,
.modal ul.list-typ3 li {
	list-style: none;
	padding: .8em 0;
	margin: 0;
	border-bottom: 1px dashed rgba(171, 0, 18, 0.5)
	}
.content ul.list-typ3 li:last-child,
.modal ul.list-typ3 li:last-child {
	border: none
	}		
.content ul.list-typ3 li:before,
.modal ul.list-typ3 li:before {
	display: none
	}
.content ul.list-typ3 li:hover:before,
.modal ul.list-typ3 li:hover:before {
	color: #87000f;
	}
		
	
.content ol li,
.modal ol li {
	}			
/* ---- end LISTEN ------------------------------------------ */




	





/* ---- BUTTONS
================================================== */
.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}


.btn-primary {
  background: #ab0011;
  border-color: #ab0011;
}
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover {
  background: #87000f !important;
  border-color: #87000f !important;
  color: white;
}
.btn-primary:active, 
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 0, 18, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(171, 0, 18, 0.5) !important;
}
/* ---- end BUTTONS ------------------------------------------ */








/* ---- ICONS
================================================== */
.fa { font-weight: 900 !important }

.fa-5x { font-size: 52pt !important }

a:hover .fa-stack .fa-circle.text-primary {
	color: #173344 !important;
	color: #87000f !important;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	}
a:hover .fa-stack .fa-inverse {
	transform: scale(.95);
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-ms-transform: scale(.95);
	-o-transform: scale(.95);
	}	

@media  (max-width:1200px) {	
	.fa-5x { font-size: 45pt !important }
}
@media  (max-width:992px) {	
	.fa-5x { font-size: 40pt !important }
}
@media  (max-width:767px) {	
	.fa-5x { font-size: 45pt !important }
}
@media  (max-width:480px) {	
	.fa-5x { font-size: 40pt !important }
}


.fa-stack {
	text-align: center
}
.fa-stack img {
	position: absolute;
	width: 40%;
	margin-left: -22%;
	margin-top: .3em;
}
/* ---- end ICONS ------------------------------------------ */










/* ---- BILDER / COVER
================================================== */
img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}




.background-image {
	background-size: cover;
	height: 100vh;
	text-align: center;
}
.overlay {
	height: 100vh;
	width: 100%;
	background: rgba(23, 51, 68, 0.5);
	}
.overlay.light {
	background: rgba(255, 255, 255, 0.7);
	}
.overlay.dark {
	background: rgba(0, 0, 0, 0.5);
	}
.overlay.hausfarbe {
	background: rgba(171, 0, 18, 0.5);
	}	
.overlay.hausfarbe2 {
	background: rgba(23, 51, 68, 0.5);
	}			
.overlay.half::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 60%) repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* ---- end BILDER / COVER ------------------------------------------ */











/* ---- PORTFOLIO / COACHING
================================================== */
#portfolio * {
  z-index: 2;
  text-align: center
}

#portfolio .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
	}
#portfolio .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(116, 0, 13, 0.7)
	}
#portfolio .portfolio-link .portfolio-hover:hover {
  opacity: 1;
	}
#portfolio .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: #fff !important;
  font-weight: 400
	}
#portfolio .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
	}
	
#portfolio h2 {
	margin: 0 0 1.5em 0 !important;
	color: #ab0011;
	font-size: 18pt;
	}
#portfolio h2:hover {
	color: #173344;
	}		
#portfolio h3 {
	margin: 0 0 1.5em 0 !important;
	color: #173344;
	font-size: 17pt;
	}

		
#portfolio .portfolio-caption {
	margin-top: 1.3em !important;
	line-height: 1.3em
	}
#portfolio .portfolio-caption p {
	border-top: 1px dotted #bbb;
	padding-top: .6em;
	margin-top: .3em
	}	
#portfolio .portfolio-caption p:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0
	}	
	
								
@media  (max-width:1200px) {
	#portfolio h2 { 
		font-size: 17pt !important 
		}
	}	
@media  (max-width:992px) {
	#portfolio h2 { 
		font-size: 19pt !important;
		margin-bottom: 1em !important
		}
	#portfolio h3 { 
		font-size: 18pt !important;
		margin-bottom: 1em !important
		}	
	#portfolio p {
		font-size: 95%
		}		
	}
@media  (max-width:767px) {
	#portfolio .portfolio-caption {
		margin-left: 3em;
		margin-right: 3em
		}	
	#portfolio h2 { 
		font-size: 17pt !important 
		}
	#portfolio h3 { 
		font-size: 15pt !important 
		}	
	}
@media  (max-width:580px) {
	#portfolio h2 { 
		font-size: 19pt !important;
		margin: 0 0 .3em 0 !important 
		}
	#portfolio h3 { 
		font-size: 16pt !important;
		margin: 0 0 0 0 !important 
		}	
	}
@media  (max-width:480px) {
	#portfolio .portfolio-caption {
		margin-left: 1em;
		margin-right: 1em
		}
	#portfolio h2 { 
		font-size: 17pt !important;
		}
	#portfolio h3 { 
		font-size: 14pt !important;
		}		
}



	
	


.portfolio-modal {
	padding: 4em !important;
	text-align: left !important
	}
.portfolio-modal .modal-dialog {
	margin: 0;
	max-width: 100vw;
	max-width: 900px;
	margin: 0 auto
	}
.portfolio-modal .modal-content {
	padding: 4em 0 3em 0;
	text-align: center;
	}	
.portfolio-modal .modal-body {
	margin: 0 !important;
	padding: 0 !important
	}		
.portfolio-modal .modal-content img {
	margin: 2em 0 2em 0;
	}
.portfolio-modal .modal-content h2,
.portfolio-modal .modal-content h3 {
	font-size: 2.8em !important;
	margin: 0;
	color: #ab0011;
	}
	.portfolio-modal .modal-content h3 {
	color: #173344;
	text-transform: none;
	letter-spacing: 0;
	}	
.portfolio-modal .modal-text {
	text-align: left;
	}	
.portfolio-modal p {
	margin-bottom: 1.3em;
	}
.portfolio-modal .btn {
	margin-top: 2em;
	}
.portfolio-modal hr {
	margin: 0 0 0 0 !important;
}	
			
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
  z-index: 10
	}
.portfolio-modal .close-modal:hover {
	opacity: 0.3;
	}
.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #173344;
	}
.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #173344;
	}
	
@media  (max-width:992px) {
	.portfolio-modal {
		padding: 3em !important;
		}
	.portfolio-modal .modal-content {
		padding: 3em 3em 2.5em 3em;
		}	
	.portfolio-modal .modal-content h2,
	.portfolio-modal .modal-content h3 {
		font-size: 2.5em !important;
		}	
	.portfolio-modal p {
		margin-bottom: 1em;
		font-size: 95%
		}
	.portfolio-modal .btn {
		margin-top: 1.8em;
		}			
}	
@media  (max-width:767px) {
	.portfolio-modal {
		padding: 2em !important;
		}
	.portfolio-modal .modal-content {
		padding: 2.5em 2em 1.5em 2em;
		}	
	.portfolio-modal .modal-content h2,
	.portfolio-modal .modal-content h3 {
		font-size: 2em !important;
		}
	.portfolio-modal .modal-content img {
		margin: 2em 0 1em 0;
		}		
	.portfolio-modal .btn {
		margin-top: 1em;
		}	
	.portfolio-modal hr {
		margin: 0 0 .7em 0 !important;
		}	
		
	.portfolio-modal .close-modal {
		top: 20px;
		right: 33px;
		width: 60px;
		height: 60px;
		}
	.portfolio-modal .close-modal .lr {
		height: 60px;
		}
	.portfolio-modal .close-modal .lr .rl {
		height: 60px;
		}	
}	
@media  (max-width:580px) {
	.portfolio-modal {
		padding: 1em !important;
		}
	.portfolio-modal .modal-content {
		padding: 2em 1em 1.5em 1em;
		}	
	.portfolio-modal .modal-content h2,
	.portfolio-modal .modal-content h3 {
		font-size: 1.8em !important;
		}
	.portfolio-modal .modal-content img {
		margin: 1em 0 .5em 0;
		}		
		
	.portfolio-modal .close-modal {
		width: 40px;
		height: 40px;
		}
	.portfolio-modal .close-modal .lr {
		height: 40px;
		}
	.portfolio-modal .close-modal .lr .rl {
		height: 40px;
		}		
}	
		
/* ---- end PORTFOLIO / COACHING ------------------------------------------ */












/* ---- KONTAKT / STEPS
================================================== */
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  margin-top: 0 !important
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #cdd5dc;
}
.timeline li:before {
  display: none !important
}
	
.timeline h2 {
	color: #ab0011;
	text-transform: uppercase;
	font-size: 2rem;
	padding-top: 1.6em
	}
.timeline h3 {
	color: #173344;
	font-size: 1.1rem !important;
	padding: 1.3em 0 .5em 0 !important;
	display: block;
	line-height: 1.4em
	}
.timeline h3 a {
	color: #173344;
	}
.timeline h3 i {
	font-size: 1.2rem !important;
	margin: 0;
	color: rgba(24, 52, 70, 0.4)
	}	
.timeline p {
	line-height: 1.5em
	}	





.timeline > li {
  position: relative;
  margin-bottom: 10px !important;
}
.timeline > li:last-child {
  background: #fff
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 80px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 5px solid #cdd5dc;
  border-radius: 100%;
  background-color: #ab0011;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 80px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 5px !important;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
	  margin-bottom: 30px !important;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 130px;
    height: 130px;
    margin-left: -65px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline h3 {
	font-size: 1.5rem !important;
	}
}

@media (min-width: 1200px) {
  .timeline > li {
    margin-bottom: 60px !important;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}





.webex {
	display: inline-block;
	margin-top: 3px !important;
	}
.webex img {
	width: 110px
	}
.webex:hover {
	opacity: .8;	
	}
	







section#contact {
  }

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #ab0011;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/* ---- end KONTAKT / STEPS ------------------------------------------ */












/* --------- PAGETOP
================================================== */
.pagetop-scroll {
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: 20px;
    display:none;
    padding: 0;
    color: #fff;
    z-index: 1000;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    background: rgba(24, 52, 70, 0.2);
    text-align: center
    }
.pagetop-scroll,
.pagetop-scroll:link,
.pagetop-scroll:visited;
.pagetop-scroll:focus {
   color: #fff;
	}	
.pagetop-scroll:hover {
   color: #fff;
   background: rgba(24, 52, 70, 0.5);
	}
.pagetop-scroll .fa {
   margin: 1em 0 0 0;
   font-size: 23px
	}		

@media (max-width: 767px) {
	.pagetop-scroll {
		border-radius: 50px;
	    width: 50px;
	    height: 50px;
	    bottom: 50px;
	    right: 5px
	    }
    .pagetop-scroll .fa {
		margin-top: .5em;
		}
}
/* --------- end PAGETOP -------- */










/* --------- COOKIEFOOTER
================================================== */
#cookiedingsbums {
	position: fixed;
	z-index: 10000;
	border: none;
	margin: 0;
	background: rgba(24, 52, 70, 0.3);
	color: #fff;
	border-radius: 3px;
	
	max-width: 300px;
	width: 90% !important;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 1.4em !important;
	padding: 1.5em 2em;
	
	top: auto;
	bottom: 60px;
	font-size: 85% !important;
	line-height: 1.4em;
	text-align: left !important
	}	
#cookiedingsbums a {
	color: #fff !important;
	text-decoration: underline
	}
#cookiedingsbums a:hover {
	text-decoration: none !important;
	color: #173344 !important
	}	

#cookiedingsbums .close i {
	margin: .1em 0 .5em .5em;
	opacity: .8;
	float: right;
	text-shadow: none;
	font-size: 16pt;
	background: #173344;
	padding: .2em .4em !important;
	border-radius: 3px;
	color: rgba(255, 255, 255, 0.8) !important;
	}
#cookiedingsbums .close:hover i {
	color: #fff !important;
	opacity: 1
	}	


@media (max-width: 767px) {
#cookiedingsbums {
	max-width: 94%;
	width: 80% !important;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10px; 
	font-size: 9pt !important;
	padding: .7em 1em;
	line-height: 1.2em !important;
	bottom: 10px
	}	
#cookiedingsbums .close i {
	padding: .3em .5em !important;
	font-size: 14pt;
	}		
}
/* --------- end COOKIEFOOTER -------- */
	












/* ---- KREIS
================================================== */
 .pie {
	margin: 0 auto;
	height: 500px;
	width: 500px;
	border-radius: 100%;
	box-shadow: .2em .2em 1em rgba(0, 0, 0, 0.7) !important;
	top: 23%;
	position: relative
 	}
	
.pie .outer {
	height: 500px;
	width: 500px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0px, 500px, 500px, 250px);
	}
	.pie .outer:nth-child(1) {  }
	.pie .outer:nth-child(2) { transform: rotate(120deg) }
	.pie .outer:nth-child(3) { transform: rotate(240deg) }

.pie .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	transform: rotate(120deg);
	}
	.pie .inner:hover {
		box-shadow: .1em .1em .5em rgba(0, 0, 0, 0.4) inset;
		background: #fff !important;
		transition: all 0.3s ease-in-out;
		  -webkit-transition: all 0.3s ease-in-out;
		  -moz-transition: all 0.3s ease-in-out;
		  -ms-transition: all 0.3s ease-in-out;
		  -o-transition: all 0.3s ease-in-out;
		}
	.pie .inner1 { background: #ab0011 }
	.pie .inner2 { background: #173344 }
	.pie .inner3 { background: #939ba4;
	  						clip: rect(0px, 250px, 500px, 0px);
							}
	.pie .inner1:hover { background: #ab0011 }
	.pie .inner2:hover { background: #173344 }
	.pie .inner3:hover { background: #939ba4 }
							

.pie .inner span {
  	position: absolute;
  	font-size: 10.5pt;
  	backface-visibility: hidden;
  	color: #fff;
  	text-transform: uppercase;
  	font-weight: bold;
  	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  	width: 140px;
	}
	.pie a.inner:hover span {
		text-shadow: none
		}
	.pie i {
  		margin-bottom: .2em;
  		font-size: 35pt
  		}
	.pie .inner1 span {
	  	transform: rotate(240deg);
	  	top: 100px; left: 20px;
		}
		.pie a.inner:hover.inner1 span,
		.pie a.inner:hover.inner1 i {
		color: #ab0011
		}	
	.pie .inner2 span {
	  	transform: rotate(120deg);
		top: 120px; left: 20px
		}
		.pie a.inner:hover.inner2 span,
		.pie a.inner:hover.inner2 i {
		color: #173344
		}
	.pie .inner3 span {
		transform: rotate(0deg);
		top: 140px; left: 0px
		}
		.pie a.inner:hover.inner3 span,
		.pie a.inner:hover.inner3 i {
		color: #939ba4
		}
		
.pie .centerOverlay {
  position: absolute;
  border-radius: 50%;
  top: 125px;
  left: 125px;
  background: rgba(255, 255, 255, 0.9);
  width: 250px;
  height: 250px;
  display: block;
  clip: auto;
  color: #173344;
  font-weight: 500;
  font-style: italic;
  text-shadow: none;
  box-shadow: .1em .1em 1em rgba(0, 0, 0, 0.7) inset;
	}
	.pie .centerOverlay span {
		width: auto;
		font-size: 14pt;
		padding: 90px 2em 0 2em !important;
		display: inline-block
		}
	
	.pie .centerOverlay span b {
		font-style: normal;
		display: block;
		margin-bottom: .3em
		}	
		
		
@media (max-width: 992px) {
	.pie {
	top: 15%;
 	}
}
@media (max-width: 767px) {
	.pie,
	.pie .outer,
	.pie .inner 		{ height: 400px; width: 400px }	
	.pie .outer			{ clip: rect(0px, 400px, 400px, 200px) }
	.pie .inner3 		{ clip: rect(0px, 200px, 400px, 0px) }
	
	.pie .inner span	{ font-size: 9.5pt; }
	.pie .inner i		{ font-size: 25pt; }
	.pie .inner1 span 	{ top: 50px; left: 20px }
	.pie .inner2 span 	{ top: 80px; left: 20px }
	.pie .inner3 span 	{ top: 90px; left: 0px }
	
	.pie .centerOverlay 		{  top: 115px; left: 115px; width: 175px; height: 175px }
	.pie .centerOverlay span 	{ font-size: 11pt; padding-top: 50px !important; line-height: 1.4em }				
}
@media (max-width: 670px) {
	.pie,
	.pie .outer,
	.pie .inner 		{ height: 300px; width: 300px }	
	.pie .outer			{ clip: rect(0px, 300px, 300px, 150px) }
	.pie .inner3 		{ clip: rect(0px, 150px, 300px, 0px) }
	
	.pie .inner span	{ font-size: 8.5pt;  }
	.pie .inner i		{ font-size: 20pt; }
	.pie .inner1 span 	{ top: ; left:  }
	.pie .inner2 span 	{ top: ; left:  }
	.pie .inner3 span 	{ top: ; left:  }
	
	.pie .centerOverlay 		{  top: 90px; left: 90px; width: 125px; height: 125px }
	.pie .centerOverlay span 	{ font-size: 9pt; padding-top: 25px !important;   }
}
/* ---- end KREIS ------------------------------------------ */
	
	
	
	
.video {
	}
.video.video-border {
	border: 5px solid #cdd5dc
	}
.video.left {
	float: left;
	margin: 0 1em 1em 0
	}
.video.right {
	float: right;
	margin: 0 0 1em 1em
	}

