/*--------Awsomefont-------*/

@import url("font-awesome.min.css");
@import url("font-awesome.css");

.fa:before {
  font-family: fontawesome;
  padding-right: 5px;
}

.fa {
  font-family: Verdana, Arial, sans-serif;
}

/*--------Mobilnavigation-------*/


#navheader .mobileckhambuger_togglerlabel {
    font-size: 35px !important;
    color: #ffffff;
}

/*------------table border-----------------*/

table {
    border: #164194 0px solid;

}

/*----------- hr linie---------------*/

.linie {
    border: none;
    border-bottom: 3px solid #164194;
    background-color: #FFFFFF;
    height: 1px;
    margin: 0px 35% 0px 35%;
}


/*-------------------- Links ----------------------------*/


 a:focus {
    color: #333333;
    text-decoration: underline;
}

/*----------- Media Box--------------------------------*/

#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink, #mbPlayLink, #mbPauseLink {
    color: #ffffff;
    text-decoration: none !important;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big, #mbPlayLink big, #mbPauseLink big {
    color: #ffffff;
    font-size: 25px;
    line-height: 14px;
    font-weight: bold;
}

/*--------------- flip box --------------------*/
.card {
 	height: 250px;
 	width: 100%;
}

.card img {
 	width: 100%;
    height: 100% !Important;
}

.front {
 	background-color: #ffffff;
}

.back {
 	background-color: #ffffff;
  	border: #cccccc 1px solid;
}

.backface {
 	margin: 10px;
 	padding: 10px;
}
/*--------------- END flip box --------------------*/


/*--------------- Zoom image --------------------*/
.zoomparent {
    width:100%; 
 	height: 100%;
    overflow: hidden;
}

.zoomchild {
  	width: 100%;
  	height: 100%;
  	background-color: #ffffff; /* fallback color */
  	background-position: center;
  	background-size: cover;
 	transition: all .5s;
}

.zoomparent:hover .zoomchild,
.zoomparent:focus .zoomchild {
 	transform: scale(1.2);
}

.zoomtext {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

.zoomtext a {
    text-decoration: none;
  	color: #ffffff; 
}

.zoomparent:hover .zoomtext,
.zoomparent:focus .zoomtext {
  display: block;
}

.zoomchild::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.zoomparent:hover .zoomchild:before,
.zoomparent:focus .zoomchild:before {
  display: block;
}
/*--------------- END Zoom image --------------------*/


  
/*------------------ scrollToTop -------------------------*/

a.scrollToTop {
    /*background-color: rgba(255,255,255,0.1);*/
    border: 1px solid #cccccc;
    padding: 5px;
    height: 40px;
    width: 40px;
}

/*------------------ Bilder Module rechts -------------------------*/
#right img
{
border: #164194 1px solid;

}

/*------------------ header -------------------------*/

.istopfixed #logo {
    padding-top: 5px;
    transition: all 0.8s ease 0.2s;
    width: 60px;
}

#logo {
    width: 110px;
    margin-top: 5px;
    transition: all 0.8s ease 0.2s;
}

.istopfixed #title
{
    font-size: 18px;
    padding-top: 5px;
    transition: all 0.8s ease 0.2s;
}

#title
{
    font-size: 28px;
    margin-top: 5px;
    transition: all 0.8s ease 0.2s;
}


div#headertmp
{
height: 40px !Important;

}



/*-------- Spalten------------*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 1.6% 1% 0% !Important;
}
.col:first-child { margin: 0% 0% 1% 0% ;}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {width: 100% !Important;}
.span_1_of_2 {width: 48% !Important;}
.span_3_of_3 { width: 100% !Important;}
.span_2_of_3 { width: 66.13% !Important;}
.span_1_of_3 { width: 32.26% !Important;}

/*  GO FULL WIDTH AT LESS THAN 780 PIXELS */

@media only screen and (max-width: 780px) {
	.col { 
		margin: 0% 0 0% 0% !Important;
	}
  .col:first-child { margin: 0% 0% 0% 0% !Important;}
  
}

@media only screen and (max-width: 780px) {
	.span_2_of_2, .span_1_of_2 { width: 100% !Important; }
    .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100% !Important; }
}


/*------------------------- Formate------------------*/

.Format1{
	
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.blue{
	
	color: #164194;
}


/* Gray Scale */
.grayscale img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.grayscale:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/*
gray {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
*/

