/*
Füge deinen eigenen CSS-Code nach diesem Kommentar hinter dem abschließenden Schrägstrich ein. 

Klicke auf das Hilfe-Symbol oben, um mehr zu erfahren.
*/


/*Telefonnummer-Zeile*/
.header-top {
display:none;
}



/*Menü-größe*/
.navigation-default .menu-primary > ul > li > a, .navigation-default .primary-menu > ul > li > a {
font-size: 1.5em;
}


/*Lupe im Menü vergrößern*/
div.header-action-container{
font-size: 1.5em;
}

/*Menu leiste*/
.header-bottom{
		background-color: #C9EDFF;
}


.header-bottom { 
    box-shadow: 0 0.1px 50px 0 rgba(0,0,0,0.1), 0 0.1px 50px 0 rgba(0,0,0,0.01);
}


.breadcrumbs{
	background-color: #C9EDFF;
}

/*Menu Ansicht (wo man sich derzeit befindet)*/
nav.breadcrumbs{
    display:none;
}

/*Hintergrundfarbe*/
body{
    background-color: #C9EDFF; /*früher #B0CE6E*/
	font-family: 'Arial', serif;
	zoom: 75%;
	
	
}
body#theorie{
    background-color: #25b3c9; 
}


/*header-Bild größe*/
div#wp-custom-header{
 padding-bottom: 15%;
}


/* Hintergrundfarbe zwischen Page und Fußzeile*/
div#page{
		background-color: #C9EDFF;
}


div#content{
		background-color: #C9EDFF;
}


/*Abstand Banner zu Inhalt
#primary,
#secondary {
	margin-top:-10px;
}
*/


/*Hintergrundfarbe Fußzeile*/
footer#colophon{
		background-color: #0E518D;  /*früher #a5c55e;*/
}


article#post-53{
	color: orange;
	background-color: #C9EDFF;
}


li#search-15{
	width: 93%;
	display: inline-block;
}

article#post-53 h1{
	font-size: 50px;
	color: blue;
}

/*Tabelle Rahmen entfernen*/
table, th, td{
  margin: 0 0 -4%; /*verschieben der Tabele nach links*/
  border: #C9EDFF;
}

/*Falls Tabelle id = tab2 dann mit rahmen*/
table#tab2 , th#tab2, td#tab2{

	border: 2px solid #000000;
}

table#tab3{/*Button*/
  margin: -3.5% 0% 0;
}
table#tab4{/*Unterpunkte*/
  margin: -7% 0 0;
}

.btn-medium{
	width: 100%;
	background: #0E518D; /*früher #54a7207a*/
  color: #000; 
} 

.btn-medium:hover { /*Schatten*/
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


/*Abstand der Gallerie-Bilder*/
div.gallery-icon{
    margin-right: 1%;
}




/*
h3 { font-size: 200%; margin-before: 1em; margin-after: 0.3em }
*/



p { 
	
font-size: 1.6em; /*davor 1.3*/
line-height: 2; /*Zeilenabstand*/
	color: black;
}

/*Link*/
a{ 
  color: #00137F; 
}

/*Schrift in Tabelle (Begriffe)*/
h5{ 
  color: #111111; 
}

@media screen and (min-width: 1px) {
    h3 { font-size: 0.5em;}
}



@media screen and (min-width: 200px) { 
	h3 { font-size: 1.3em;}
 }


@media screen and (min-width: 300px) { 
	h3 { font-size: 1.4em;}
 }




/*Breite der Scrollbar an der seite*/
body::-webkit-scrollbar {
    width: 1.2em;
}



/*Strich zur Fußzeile*/
.footer-bottom .footer-bottom-container {
   display:none;
}


footer#site-footer{
  color: #C9EDFF; 
	background-color: #C9EDFF;
}

div#site-info{
 color: #C9EDFF; 
}


.site-info {display:none;}



/*Menu beim hochscrollen zeigen*/
.header-top {
	padding: 0px 0;
	background-color: #1F1F1F;
	border-bottom: 0 solid rgba(255, 255, 255, 0.5);
	transition: all 0.35s;
}






/*Suchfeld*/
.header-action-search-form {
	position: inherit;
	right: 0;
	left:30px;
	top: 0px;
	padding: 0px;
	border-top: 0px solid #00BAF4;
	display:none;
	    transform: translateX(50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	width: 100%;
	margin-top:-30px;
}

.header-action-search-form.header-action-search-form--show {
 opacity: 1;
 display: block;
 transform: translateX(0);
 background-color:transparent;
}


/*Cursor für Suche (Hand oder Zeiger)*/
.header-action-container .navigation-header-action > li.header-action-item-search {
	cursor: default;
}

.fa.fa-search{
	cursor: pointer;
}



header#masthead {
    margin-bottom: 50px !important;
}





.sticky-bar[_ngcontent-c0] {

background-position: 0 0;
width: 70px;
height: 140px;
position: fixed;
z-index: 1000;
right: 0;
top: 100px;
background-color: black;

}





.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto; 
    transform: scale(1);
}
.image-box:hover img {
    transform: scale(1.1);
}




/* */
html,body {
  text-align:center;
}
body{
	zoom: 100%;
}
p{
  font-size: 1.3em;
}
/*Schriftgröße & Bildergröße*/
@media screen and (min-device-width: 1px) and (orientation : portrait) { 
	h3 { font-size: 1.1em;}
      .col-1 {width: 50%;}
 }
@media screen and (min-device-width: 1px) and (orientation : landscape) { 
 }
@media screen and (min-width: 300px) { 
	h3 { font-size: 0.9em;}
 }
@media screen and (min-width: 400px) { 
	h3 { font-size: 1.0em;}
 }
@media screen and (min-width: 450px) { 
	h3 { font-size: 1.2em;}
 }
@media screen and (min-width: 480px) { 
	h3 { font-size: 1.3em;}
 }
@media screen and (min-width: 550px) { 
	h3 { font-size: 1.5em;}
 }
@media screen and (min-width: 590px) { 
	h3 { font-size: 1.0em;}
      .col-590 {width: 33.3%;} 
 }
@media screen and (min-width: 650px) { 
	h3 { font-size: 1.15em;}
 }
@media screen and (min-width: 700px) { 
	h3 { font-size: 1.3em;}
 }
@media screen and (min-width: 750px) {
	h3 { font-size: 1.4em;} 
 }
@media screen and (min-width: 800px) {
	h3 { font-size: 1.5em;}
 }
@media screen and (min-width: 850px) {
	h3 { font-size: 1.1em;} 
        .col-850 {width: 25%;} 
 }
@media screen and (min-width: 900px) {
	h3 { font-size: 1.2em;}
 }
@media screen and (min-width: 990px) {
	h3 { font-size: 1.3em;} 
 }
@media screen and (min-width: 1000px) { 
	h3 { font-size: 1.4em;}
 }
@media screen and (min-width: 1100px) { 
	h3 { font-size: 5em;}
 }
@media screen and (min-width: 1200px) { 
	h3 { font-size: 1em;}
 }
@media screen and (min-width: 1300px) { 
	h3 { font-size: 5em;}
 }






/*Schnell-Übersicht auf Artikel Seite*/
.col-2{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;}
.col-3{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33%;}
.col-4{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;}




/*YouTube Player größen anpassung*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/*Container auf Artikel Seite*/
@media (min-width: 768px){
   .container{ width: 100% !important; } 
   .container2{ width: 100%; } /*Text Container*/
}
.container4{ width: 70%; } /*70% Container*/
@media (min-width: 992px) {
   .container{ width: 100% !important; } 
   .container2{ width: 100%; } /*Text Container*/
}
@media (min-width: 1200px){
.container{ width: 100% !important; } 
.container2{ width: 70%; } 
}


/*Text Container*/
.container3{ 
    /*width: 102%; */ /*Übersicht Container*/
  background-color: #0E518D;
   /*margin-left: -1%;
   margin-right: -1%;*/
   position: relative;
  }
@media screen and (min-width: 1px){ 
.col-2-schnell{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;}
 }
@media screen and (min-width: 600px) { 
	.col-2-schnell{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;}
 }



/*------------Bildklick zur Vergrößerung - Lightbox ----------------------------------------------------------------------------------*/
.thumbnail {
  max-width: 40%;
}
.italic { font-style: italic; }
.small { font-size: 0.8em; }
/** LIGHTBOX MARKUP **/
.lightbox {
	/** Default lightbox to hidden */
	display: none;
	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox img {
	/** Pad the lightbox image */
	max-width: 100%;
	max-height: 80%;
	margin-top: 2%;
	height: 95%;
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	display: block;
}



/*Cookie button*/
#cookie-law-info-again {
	background-color: #C9EDFF !important;
	box-shadow: #161616 0px 2px 3px 0px;
	    right: 0px !important;
}




/*Code-Vorschau*/
pre {
   background-color: #000000;
    padding: 10px;
    border-radius: 5px;
    font-family: Consolas, monospace;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: auto;
    white-space: pre-wrap;
    color: #faf7f7;
  }
.void {
    color: #009e00;
  }
.comment {
    color: #95a8ab;
  }
.wert {
    color: #00dcff;
  }
.function {
    color: orange;
  }
.if {
    color: #4c8513;
  }