@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);


html {
    width: 100%;
    height: 100%;
}

body {
	width: 100%;
	height: 100%;
    overflow-x: hidden;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 300;
	padding-top: 0px;
    webkit-tap-highlight-color: #1e3c82;
	font-size: 1.5em;
}

@media(min-width:768px) {
	body { font-size: 1.8em; }
}


.trenner img { width: 100%; display: block; }


.angebot { background-color: #75b843; color: #fff; padding: 15px 15px 5px 15px; }
.angebot  h3 { color: #fff; }

.row { margin-bottom: 30px; }
.row.keinabstand { margin-bottom: 0px; }

.breakpoint { display: block; }

@media(min-width:1200px) {
.breakpoint { display: none; }
}



p.intro-text { color: #ffffff; text-align: left; padding: 10px; }

@media(min-width:768px) {
	p.intro-text { text-align: left; }
}


.text-muted {
    color: #777;
}

.text-primary {
    color: #1e3c82;
}

p {
    line-height: 1.5;
}

p.large {
    font-size: 16px;
}

a,
a:focus,
a:visited {
    color: #e6007e;
    text-decoration: none;
	outline: 0;
}

a:hover,
a:active,
a.active {
	color: #75b843;
    text-decoration: none;
	outline: 0;
}


a.logolink:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}



a.introlink { background-color: #ffffff; text-align: left; padding: 5px 15px 5px 15px; font-weight: bold; color: #e6007e; text-decoration: none; font-size: 16px;
    opacity: 0.8;
    filter: alpha(opacity=80);
	border-radius: 10px;
}

@media(min-width:480px) {
	a.introlink { padding: 10px 15px 10px 15px; font-size: 20px; }
}

@media(min-width:768px) {
	a.introlink { padding: 15px 15px 15px 15px; font-size: 24px; }
}


a.introlink:hover { background-color: #e6007e; color: #ffffff; }

a.introlink.extra { background-color: #75b843; color: #ffffff; 
}
a.introlink.extra:hover { background-color: #e6007e; color: #ffffff; 
}

/*
a.introlink:after {
	font-family: FontAwesome;
    content: '\f138';
	margin-left: 12px;
	}
*/

header .introlinks { text-align: center; } 

@media(min-width:480px) {
	header .introlinks { padding-top: 0px; text-align: center; }
}

@media(min-width:768px) {
	header .introlinks { padding-top: 0px; text-align: right; }
}

@media(min-width:992px) {
	header .introlinks { padding-top: 0px; text-align: right; }
}

@media(min-width:1200px) {
	header .introlinks { padding-top: 0px; text-align: right; }
}


header .introlinks p { line-height: 180%; }

@media(min-width:480px) {
	header .introlinks p { line-height: 280%; }
}

@media(min-width:768px) {
	header .introlinks p { line-height: 350%; }
}



header .intrologo { margin-top: 10px; margin-bottom: 20px; text-align: center; } 
header .intrologo img { display: inline-block; width: 60%; 
    opacity: 0.8;
    filter: alpha(opacity=90);
}

@media(min-width:480px) {
	header .intrologo { margin-top: 15px; margin-bottom: 30px; }
	header .intrologo img { display: inline-block; width: 60%; }

}


@media(min-width:561px) {
	header .intrologo { margin-top: 15px; margin-bottom: 15px; }

}

@media(min-width:768px) {
	header .intrologo { margin-top: 15px; margin-bottom: 15px; }
	header .intrologo img { display: block; width: 90%; }

}

/* @media(max-width:575px) { */
@media(max-width:560px) {
	header .col-xs-6 { width: 100%; }

}


h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
	color: #e6007e;
	margin-top: 0px;
	letter-spacing: 1px;
}

h1 { font-size: 30px; }

@media(min-width:768px) {
    h1 {
    font-size: 40px;
}
}

h2 { text-transform: inherit; font-size: 22px; }

@media(min-width:576px) {
    h2 {
    font-size: 24px;
}
}

@media(min-width:768px) {
    h2 {
    font-size: 30px;
}
}

h3 { line-height: 150%; color: #75b843; }

p.highlight { font-weight: bold; color: #e6007e; font-size: 1.5em; }


.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #1e3c82;
    text-transform: uppercase;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #1e3c82;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #1e3c82;
    color: #fff;
    background-color: #1e3c82;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #1e3c82;
    background-color: #1e3c82;
}

.btn-primary .badge {
    color: #1e3c82;
    background-color: #fff;
}





header { position: absolute; z-index: 2; }


section {
    padding: 100px 0px 50px 0px;
}

@media(min-width:768px) {
    section {
        padding: 120px 0px 80px 0px;
    }
}

section#ferienbetreuung { background-color: #e9f5e1; }

section#lerntherapie { }
section#methoden { }
section#hoertraining { }
section#uebermich { }
section#kontakt { }

section#kontakt a,
section#kontakt a, 
section#kontakt a:hover {
    text-decoration: none;
    color: #333;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
	color: #e6007e;
	text-transform: uppercase;
}

@media(min-width:768px) {
    section h2.section-heading {
    font-size: 40px;
	}
}



section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}



.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}



footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer .row { margin-bottom: 0px; }

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #e6007e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #e6007e;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
	color: #ffffff;
    background: #606060;
}

::selection {
    text-shadow: none;
	color: #ffffff;
    background: #e6007e;
}

img::selection {
    background: 0 0;
}

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



/* Listen */

.listen { 
    display: block;
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0;
	font-size: inerhit;
}

.listen li {
    display: block;
    padding-left: 0px;
    position: relative;
	margin-left: 30px;
}

.listen li:before {
    color: #75b843;
    content: "\f00c";
    font-family: FontAwesome;
	margin-right: 10px;
	margin-left: -25px;
}


/* Dropdown */


.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	width: 160px;
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
	background: #606060;
	color: #ffffff;
	border: 0px;
}

.btn-group-xs > .btn, .btn-xs:hover {
	background: #e6007e;
	color: #ffffff;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	background: #e6007e;
	color: #ffffff;
}







header {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: #000000;
}

.intro-body {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
	padding: 10px;
}







/* Map */

aside#anfahrt {  margin-top: 0px; margin-bottom:0px; padding-top:0px; padding-bottom: 0px; }

.responsiveContainer {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

@media(min-width:768px) {
	.responsiveContainer {
	  padding-bottom: 30%;
	}
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scrolloff {
	pointer-events: none;
}



/* Animation Pinguine */

#pinguine { position: relative; height: 100px; }
#pinguine img { margin: 0px !important; }
	
#pinguin1 { position: absolute; left: 15px; bottom: 0px; }
#pinguin1 img { height: 60px; }
	
#pinguin2 { position: absolute; left: 60px; bottom: 0px; }
#pinguin2 img { height: 60px; }

#pinguin3 { position: absolute; left: 95px; bottom: 0px; }
#pinguin3 img { height: 60px; }

#pinguin4 { position: absolute; right: 15px; bottom: 0px; }
#pinguin4 img { height: 100px; }

@media(min-width:480px) {
	#pinguine { height: 200px; }
	
	#pinguin1 { position: absolute; left: 15px; bottom: 0px; }
	#pinguin1 img { height: 120px; }
		
	#pinguin2 { position: absolute; left: 80px; bottom: 0px; }
	#pinguin2 img { height: 120px; }
	
	#pinguin3 { position: absolute; left: 135px; bottom: 0px; }
	#pinguin3 img { height: 120px; }
	
	#pinguin4 { position: absolute; right: 15px; bottom: 0px; }
	#pinguin4 img { height: 200px; }
}




/* BACK TO TOP */

.backtotop { color: rgba(117,184,67,0.8); font-size: 40px; margin-right: 10px; }
.backtotop:hover { color: #75b843; }
#topcontrol { z-index: 100; bottom: 20px !important; }



/* WAYPOINTS */

.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}


/* PARALLAX */

div#introslider {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

div#introslider .cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

div#introslider .cover img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


#introtext {
	position: absolute; z-index: 3;
	width: 100%;
    text-transform: uppercase;
    font-weight: 300;
	text-align: center;
	font-size: 1.2em;
	bottom: 0px; 
	color: rgba(255,255,255,0.80);
	padding: 0px 15px 0px 15px;
}

#introtext span.aussage {
	display: inline;
	background-color: rgba(255,255,255,0.70);
	color: #000;
	padding: 0px 5px;
	
}

#introtext a { 
	color: rgba(255,255,255,0.80)
	}
	
	#introtext a:hover { 
	color: rgba(255,255,255,0.30)
	}
	
	#introtext span { padding-top: 30px; }

@media(min-width:360px){
	#introtext { 
		font-size: 2.0em; 	
		bottom: 20px;
	}
}

@media(min-width:768px){
	#introtext { 
		font-size: 3.0em; 	
		bottom: 30px;
	}
}

.fullscreen,
.content-a {
  height: 100%;
  overflow: hidden;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
  height: auto;
  min-height: 100%;
}



