#map {
        height: 400px;
        width: 100%;
}

#map2 {
        height: 800px;
        width: 100%;
}

body {
  	font-size: 14px;
    background-image: url("6.jpg");
    background-size: cover;
    background-attachment: fixed;
}

/*.t3-wrapper {
    background: transparent;
}

.t3-mainbody {
  	opacity: 1.0;
  	background: #ffffff;
}
.t3-mainnav {
  	background: transparent;  
}
.t3-mainnav-container {
  	opacity: 1.0;
  	background: #ffffff;
}*/

.t3-mainbody {
  	background: rgba(255,255,255,0.8);
}
.t3-mainnav {
  	background: transparent;  
}
.t3-mainnav-container {
  	opacity: 1.0;
  	background: rgba(255,255,255,0.9);
}

.t3-footer{
  	display: none;
}

.icon-checkmark:before {
  content: "\ea10";
}

.module-ct {
    background-color: #eeeeee;
    padding-top: 0.4em;
    padding-left: 0.4em;*/
}

.module-ct2 {
    background-color: #ffffff !important;
  	padding-top: 0.4em;
    padding-left: 0.4em;
  	margin-bottom: 40px;
 	margin-top: 40px;
}


.module-ct3 {
    background-color: #ffffff !important;
  	padding-top: 0.4em;
    padding-left: 0.4em;
  	margin-bottom: 40px;
 	margin-top: 40px;
}

.module-ct4 {
    background-color: #eeeeee;
    padding-top: 0.4em;
    padding-left: 0.4em;
}

figure {
  display: table-cell;
  padding: 4px 4px 4px 4px;
  text-align: center;
}

div#t3-content h1.kursiv {
    margin-left: 0px;
    margin-right: 40px;
    margin-bottom: 45px;
	margin-top: 0px;
    font-size: 24px;
    font-weight: bold;
	font-family: roboto;
	font-style: italic;
    color: #030102;
}	
	

div#t3-content h1.rot {
    margin-left: 0px;
    margin-right: 40px;
    margin-bottom: 45px;
	margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
	font-family: Arial;
	/*font-style: italic;*/
    color: #c90019;
}

div#t3-content h1.new {
    margin-left: 0px;
    margin-right: 40px;
    margin-bottom: 45px;
	margin-top: 40px;
    font-size: 26px;
	font-family: Arial;
    color: #d2001a;
}

p.rot {

    font-size: 22px;
    font-weight: bold;
	font-family: Arial;
	/*font-style: italic;*/
    color: #c90019;
}



img.center {
    display: block;
    margin: 0 auto;
	opacity: 1.0 !important;
}


img {
  display: block;
  height: auto;
  max-width: 100%;
}



.bildwechsel { 
	width:200px; height:50px; background:url("images/azubis gesucht_kl.png"); 
	}
.bildwechsel:hover { 
	background:url("images/azubis gesucht.png"); 
	}

.carousel-inner img {
      width: 100%;
      height: 100%;
  }

iframe {
    border: none;
}

.buttonround {
    background-color: #107eba;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  	border-radius:50%;
}

.buttonround_red {
    background-color: #df0023; 
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  	border-radius:50%;
}


div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 207px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}



/*
div#component {
    opacity: 0.95;
    padding-bottom: 45px;
    padding-top: 35px;
    min-width: 640px;
    width: 50%;
    min-height: 390px;
    background-color: #FFFFFF;
    font-family: Helvetica, Arial;
    font-size: 14px;
    color: #000000;
    float: right;
}

div#component h1 {
    min-width: 560px;
    max-width: 640px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 45px;
    font-size: 36px;
    font-weight: lighter;
    color: #d3001a;
}
*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.t3-copyright{
  	display: none;
} 


.t3-footnav {
    padding: 0px !important;
}

.t3-footnav .t3-module {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.t3-footer .container{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}