/* 
* Skeleton V1.2 
* Copyright 2011, Dave Gamache 
* www.getskeleton.com 
* Free to use under the MIT license. 
* http://www.opensource.org/licenses/mit-license.php 
* 6/20/2012 
*/ 
 
/* Table of Content 
================================================== 
	#Site Styles 
	#Page Styles 
	#Media Queries 
	#Font-Face */ 
 
/* #Site Styles 
================================================== */ 

 
 
 
#header { 
	padding: 0px; 
	background: transparent; 
	margin: 0 auto; 
	width: 100%; 
	z-index: 50; 
} 
 
 
 
#header-sticky { 
    display: none; 
    position: relative; 
    top: 0; 
    left: 0; 
    right: 0; 
    margin: 0 auto; 
    width: 100%; 
    z-index: 1500; 
    background: #fff; 
    min-height: 160px; 
    -webkit-transition: height 450ms, min-height 450ms; 
-moz-transition: height 450ms, min-height 450ms; 
-ms-transition: height 450ms, min-height 450ms; 
-o-transition: height 450ms, min-height 450ms; 
transition: height 450ms, min-height 450ms; 
} 
 
#header-sticky.fixed:not(.deactiveNaviWithMouse) { 
    position: fixed; 
    z-index: 42; 
    top: 0; 
} 
 
header{ background: #f9130b; float: left; width: 100%; position: fixed; z-index: 10; top: 0; } 
header a{ color: #929295; text-decoration: none; text-transform: uppercase; font-size: 1em; } 
header a.active, header a:hover{ color: #a41d23; } 
header li{ margin-right: 30px; } 
 
/* Sizes for the bigger menu */ 
.large{ height: 140px; } 
.large img{ height: 113px; width: auto; margin-top: 0; } 
 
.small{ height: 65px; } 
.small img{ width: auto; height: 50px; margin-top: -10px; } 
 
 
.headersize { 
	height: 58px; 
    -moz-box-shadow: 3px 3px 7px #2a2a2a; 
    -webkit-box-shadow: 3px 3px 7px #2a2a2a; 
    box-shadow: 3px 3px 7px #2a2a2a; 
    z-index: 200;
    position: fixed;
width: 100%;
top: 200px;
background: #f9130b;
} 
 
.logosize img { 
	max-height: 100px; 
	width: auto; 
	margin-top: -10px; 
	max-width: 25%;
} 
 
.images {
	height: auto !important;
} 
 
header,nav, a, img, li, slider{ 
  transition: all 1s; 
  -moz-transition: all 1s; /* Firefox 4 */ 
  -webkit-transition: all 1s; /* Safari and Chrome */ 
  -o-transition: all 1s; /* Opera */ 
} 
 
 
 
 
#wrap { 
	margin-top: 250px !important; 
	max-width: 1280px;
	background: rgba(255,255,255,0.8);
	margin: 0 auto;
	padding: 10px;
} 

#wrap p, #wrap li {
	font-size: 1.2em;
}
 
.nav { 
	background: transparent; 
} 
 
.slider { 
	position: relative; 
	height: auto; 
} 
 
 
.slider h1 { 
	color: #ffffff; 
	font-size: 2.5em; 
	padding-top: 0px; 
	line-height: 1.0em; 
	vertical-align: middle; 
} 
 
 
.slider p { 
	margin: 0px; 
} 
 
.slider img { 
	position: relative; 
	top: 0; 
	left: 0; 
} 
 

.nivo-controlNav {
	display: none !important;
}

 
.logobox {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-webkit-box-flow: row wrap;
flex-flow: row wrap;
-webkit-align-items: center;
-webkit-box-align-items: center;
align-items: center;
flex: 1 2 auto;
position: absolute;
top: -30%;
}

.logo1 {
	width: 30%;
	padding: 1%;
	margin: 1.5%;
	text-align: right;
}

.logo1 img {
	position: relative !important;
	width: 40% !important;
}

.logo2 {
	/* width: 60%; */
	font-size: 2.5vw;
	/* padding: 1%;
	margin: 1.5%; */
	text-align: center;
	font-family: "Arial Rounded MT Bold", Arial;
	line-height: 4.0vw;
	
}
 
.logo3 {
	text-align: center;
position: absolute;
color: #fff;
z-index: 1000;
left: 35.5%;
top: 65%;
font-size: 1.0vw;
width: 60%;
} 
 
.content { 
	padding: 0px 0px 0px 0px; 
	text-align: justify;
	-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
} 
 
 
.img-responsive { 
	max-width: 100%; 
} 
 
h3 a { 
	background: transparent !important; 
	color: #5a5a5a !important; 
} 
 
h3 a:hover { 
	color: #474b4c !important; 
} 
 
.zurmitte { 
	margin-left: 200px !important; 
} 
 
 
.logo { 
	width: auto; 
	padding-left: 30px; 
	text-align: right; 
	margin-bottom: 30px; 
	height: 113px; 
} 

.logo p {
color: #fff;
padding-left: 17%;
padding-top: 20px;
text-align: left;
width: 50%;
font-size: 1.3em;
line-height: 1.8em;
}


 
.headline { 
	width: auto; 
	padding-left: 30px; 
	text-align: right; 
	margin-bottom: 30px; 
	max-height: 70px; 

} 
 
.logo img { 
	position: absolute; 
	left: 10px; 
	top: 20px; 
	z-index: 2500; 
} 
 
 
.logo img:hover, .headline img:hover, .refbox img:hover, .refbox3 img:hover { 
	opacity: 1.0; 
	transition: 0.2s ease-in-out; 
} 
 
#search img { 
	position: absolute; 
	right: 30px; 
	top: 46px; 
} 
 
.sidebar{ 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 20px; 
	border-left-width: 1px; 
	border-left-style: solid; 
	border-left-color: #CCC; 
	box-sizing:border-box; 
} 
.footer { 
	background: #000000; 
	padding: 20px 0px 10px 0px; 
	color: #ffffff; 
	line-height: 1.2em; 
	border-top: 2px solid #cecece; 
} 
 
.footerbox { 
	padding-left: 80px; 
} 
.footerbox p {
	font-size: 0.9em !important;
	margin-left: 0;
	padding-left: 0;
}

.footerbox a {
	color: #cecece;
}
 
.footermenu { 
	float: right; 
} 
 
.footermenu p { 
	margin-right: 0px; 
} 
 
.footerbox a:hover { 
	color: #ffffff; 
} 
 
.copyright { 
	text-align: right; 
} 

#servicelinks {
	text-align: center;
	margin: 0 20px;
	padding-left: 0;
}

#servicelinks li {
	display: inline;
	font-size: 0.9em;
	padding: 0 5px;
}
 
#responsiveMenu { 
	display: none; 
	font-family: "Open Sans", sans-serif; 
	color: #5F4E40; 
	width: 100%; 
	font-size: 14px; 
	margin-top: 30px; 
	margin-bottom: 30px; 
	padding: 5px; 
	margin-right: 0; 
	margin-left: 0; 
} 
 
.menu1, 
.menu1 ul, 
.menu1 li, 
.menu1 a { 
    margin: 0; 
    padding: 0; 
    border: none; 
    outline: none; 
} 
  
.menu1 { 
	height: 74px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	position: absolute; 
	top: 0px; 
	padding-left: 0;
} 
  
.menu1 li { 
    position: relative; 
    list-style: none; 
    float: left; 
    display: block; 

    top: 0px; 
    background-color: transparent; 
} 
 
.menu1 li a { 
	display: block; 
	padding: 21px 20px 15px 20px; 
	text-decoration: none; 
	font-family: "Open Sans", sans-serif; 
	text-transform: uppercase; 
	font-weight: 400; 
	font-size: 1.3em; 
	color: #cecece; 
	-webkit-transition: color .2s ease-in-out; 
	-moz-transition: color .2s ease-in-out; 
	-o-transition: color .2s ease-in-out; 
	-ms-transition: color .2s ease-in-out; 
	transition: color .2s ease-in-out; 
	position: relative; 
	z-index: 200; 
} 

 
.menu1 li a:hover, .menu1 li:hover, .menu1 .menuwrapper ul li a:hover { 
	color: #f9130b;
	background: #eee;
} 


.menu1 li.menu-0.menu-parent { 
	height: 74px; 
} 
 
/* .menu1 li:hover > a { 
	background: #f9130b;
	color: #eee;
	} */
  
.menu1 li:hover > a, .menu1 li.menu-current, .menu1 li.menu-parent { 

} 
 
 
.menu1 li.menu-current a, .menu1 li.menu-parent a { 
	color: #f9130b;
	background: #eee;
	padding: 21px 20px 18px 21px;
} 

.menu1 li.menu-child a, .menu1 li.menu-sibling a, .menu1 li.menu-parent li a {
	color: #cecece;
	background: #f9130b;
} 

.menu1 li.menu-parent li.menu-current a {
	color: #f9130b;
	background: #eee;
}
 

.menu1 li.menu-parent li.menu-parent a { 
	color: #f9130b;
	background: #eee;
}
 
.menu1 .menuwrapper .menu1 { 
	left: 10px; 
	padding-bottom: 10px; 
} 
 
.menu1 .menuwrapper ul { 
	position: absolute; 
	top: 60px; 
	opacity: 0; 
 	background: #f9130b;
	z-index: 100; 
	padding: 10px 0 0 0; 
	width: 220px; 
	height: auto; 
} 
 
 
 
.menu1 li:hover >  .menuwrapper ul { opacity: 1;  
    -moz-box-shadow: 3px 3px 7px #444; 
    -webkit-box-shadow: 3px 3px 7px #444; 
    box-shadow: 3px 3px 7px #444; 
 
} 
  
.menu1 .menuwrapper ul li { 
    height: 0; 
    text-align: left; 
    -webkit-transition: height .5s ease .1s; 
    -moz-transition: height .5s ease .1s; 
    -o-transition: height .5s ease .1s; 
    -ms-transition: height .5s ease .1s; 
    transition: height .5s ease .1s; 

	} 
  
.menu1 li:hover > .menuwrapper ul li { 
	height: auto; 
	overflow: visible; 
	padding: 0; 
} 
 
.menu1 .menuwrapper ul li a { 
	width: 180px; 
	padding: 3px 20px 3px 20px; 
	font-size: 1.1em; 
	color: #cecece;
	text-transform: uppercase; 
	font-family: "Open Sans", sans-serif; 
	margin-left: 0px; 
	z-index: 500; 
	position: relative;	 
	line-height: 1.3em; 
} 
 
.menu1 li.menu-2 a { 
        color: #831a07 !important; 
	height: auto; 
	    -webkit-transition: height .5s ease .1s; 
    -moz-transition: height .5s ease .1s; 
    -o-transition: height .5s ease .1s; 
    -ms-transition: height .5s ease .1s; 
    transition: height .5s ease .1s; 
     border-bottom: none !important; 
} 
 
 
.menu1 .menuwrapper ul li a:hover, .menu1 .menuwrapper ul li.menu-current a { 
        color: #f9130b !important; 
	height: auto; 
	    -webkit-transition: height .5s ease .1s; 
    -moz-transition: height .5s ease .1s; 
    -o-transition: height .5s ease .1s; 
    -ms-transition: height .5s ease .1s; 
    transition: height .5s ease .1s; 
     border-bottom: none !important; 
} 
  
  
 
.round-button { 
	width:100%; 
} 
.round-button-circle { 
	width: 100%; 
	height:0; 
	padding-bottom: 100%; 
    overflow:hidden; 
    background: url(../images/loncego-cta-background.png) no-repeat; 
} 
 
.round-button a { 
    display:block; 
	float:left; 
	width:100%; 
	padding-top:15%; 
	margin-top:-0.5em; 
   
	text-align:center; 
	color:#e2eaf3; 
    text-decoration:none; 
} 
  
 
ul#nav { 
	list-style-type: none; 
	margin-top: 75px; 
	transition: 0.7s ease-in-out; 
	background: #000000; 
	padding-bottom: 10px; 
	padding-top: 30px; 
	text-align: right; 
	z-index: 10000; 
	position: relative;
	padding-left: 0px; 
    -moz-box-shadow: 3px 3px 7px #444; 
    -webkit-box-shadow: 3px 3px 7px #444; 
    box-shadow: 3px 3px 7px #444; 
    column-count: 2;
} 
 
ul#nav li { 
	margin-right: 10px; 
	padding-left: 0px; 
} 

ul#nav #nav {
	column-count: 1;
}

ul#nav #nav li {
	margin-right: 0px;
	line-height: 1.1em;
}
 
 
#footermenu { 
	padding: 0px 0px 0px 0px; 
	} 
 
ul#footermenu { 
	margin-top: 10px; 
	margin-bottom: 0px !important; 
	list-style: none; 
	float: right; 
	margin-right: 10%; 
} 
 
#footermenu li { 
	padding: 0 10px 20px 0; 
	display: inline; 
} 
 

#footermenu li a { 
	color: #cecece; 
	text-transform: uppercase; 
	text-decoration: none; 
	text-align: center; 
	font-family: "Open Sans", sans-serif; 
	font-weight: 400; 
	font-size: 0.8em; 
} 
 
#footermenu li a:hover, #footermenu li.menu-current a { 
	color: #ffffff; 
} 
 
#footermenu p { 
	font-size: 0.8em; 
} 
 
.subnav { 
	text-align: center; 
	margin-bottom: 50px; 
	  display: -webkit-flex; 
  display: flex; 
  min-height: 70px; 
 
/*     -webkit-align-items: center; 
   align-items: center; 
	justify-content: center; */ 
} 
 
.menunext { 
	  position: absolute; 
	  right: 0px; 
} 
 
.menunext, .menuprevious { 
	color: #0677ba; 
	padding: 15px 20px; 
	border: 2px solid #0677ba; 
	margin: 10px; 
	} 
	 
 
.menunext a, .menuprevious a { 
	color: #0677ba; 
	/* text-transform: lowercase; */ 
	font-size: 1.5em; 
	font-weight: bold; 
	text-decoration: none; 
} 
 
.menunext:hover, .menuprevious:hover { 
	opacity: 0.7; 
	transition: 0.2s ease-in-out; 
} 
 
.newsmenu { 
	margin-bottom: 50px; 
} 
 
.newsmenu ul { 
	list-style-type: none; 
} 
 
.newsmenu li.first { 
	border-top: 1px solid #ddd; 
} 
 
.newsmenu li { 
	border-bottom: 1px solid #ddd; 
	text-align: center; 
	padding: 20px 0 20px 20px; 
	font-size: 1.4em; 
	color: #666; 
	font-weight: bold; 
	text-align: left; 
	margin-bottom: 0; 
} 
 
.newsmenu li a { 
	color: #666; 
	text-decoration: none; 
} 
 
.newsmenu li a:hover { 
	opacity: 0.7; 
	transition: 0.2s ease-in-out; 
	 
} 
 
.paketbox, .paketboxcenter { 
  display: -webkit-box;  
  display: -webkit-flex; 
  display: flex; 
  -webkit-flex-flow: row wrap; /* Standard */ 
  -webkit-box-flow: row wrap; 
  flex-flow: row wrap; /* Standard */ 
       -webkit-align-items: flex-start; 
       -webkit-box-align-items: flex-start; 
   align-items: flex-start; 
    margin: 20px 10px; 
} 

.paketboxbottom { 
  display: -webkit-box;  
  display: -webkit-flex; 
  display: flex; 
  -webkit-flex-flow: row wrap; /* Standard */ 
  -webkit-box-flow: row wrap; 
  flex-flow: row wrap; /* Standard */ 
       -webkit-align-items: baseline; 
       -webkit-box-align-items: baseline; 
   align-items: baseline; 
    margin: 20px 10px; 
} 
 
.paketboxweiss { 
  display: -webkit-box;  
  display: -webkit-flex; 
  display: flex; 
  -webkit-flex-flow: row wrap; /* Standard */ 
  -webkit-box-flow: row wrap; 
  flex-flow: row wrap; /* Standard */ 
       -webkit-align-items: flex-start; 
       -webkit-box-align-items: flex-start; 
   align-items: flex-start; 
    margin-bottom: 10px; 
} 
 
.paketboxcenter { 
	justify-content: center; 
	-webkit-justify-content: center; 
	 -webkit-box-pack: center; 
	-webkit-box-align: center; 
	-webkit-flex-align: center; 
	-ms-flex-align: center; 
	-webkit-align-items: center; 
} 
 
.refbox { 
	margin: 0 2% 20px 2%; 
	width: 46%; 
	vertical-align: center; 
	background: transparent; 
} 

.refbox h3 {
	color: #fff;
	position: relative;
	z-index: 100;
	margin: 10px 0;
}

.refbox a {
	text-decoration: none;
}

.refbox-img {
	float: left;
	margin-right: 20px;
	width: 30%;
}
 
.refbox img { 
	width: 100% !important;
} 

.aktuelles-img {
	margin-right: 20px;
	margin-left: 10px;
}

.m_aktuelles p {
	/* margin: 0 10px 10px 10px !important; */
}
 
.refbox2 { 
	padding: 0 5px 0 0; 
	margin: 20px 20px 20px 18px; 
	width: 122px; 
	max-width: 95% !important; 
	line-height: 1.2em; 
	vertical-align: center; 
} 
 
.refbox3 { 
	padding: 0 2px 0 0; 
	margin: 0px 1% 20px 0px; 
	width: 32%; 
	vertical-align: center; 
} 
 
.refbox3 p, .refbox3 h3, .refbox3 h2, .refbox3 h1 { 
	margin: 0px !important; 
} 
 
 
.refbox4 { 
	margin: 0 2% 20px 2%;
	width: 29%;
} 
 
 
.refbox ul, .refboxnews ul, .refbox2 ul, .refbox3 ul { 
	margin-left: 0px; 
} 
 
.sixteen .refbox ul, .sixteen .refbox2 ul, .sixteen .refbox3 ul { 
	padding-left: 10px !important; 
	padding-right: 10px !important; 
} 
 
.refbox ul li, .refboxnews ul li, .refbox2 ul li, .refbox3 ul li { 
	line-height: 1.3em; 
} 
 
.aktuelles-box { 
	padding: 10px 3px 3px 3px; 
	margin: 0 10px 20px 20px; 
	width: 400px; 
	max-width: 95% !important; 
	vertical-align: center; 
	border: 1px solid #c1aba0; 
} 
 
.menubutton { 
	text-decoration: none;  
	color: #fff;  
	float: right;  
	position: relative; 
	top: 0px; 
	right: 20px; 
	margin-bottom: -30px; 
	font-size: 2.5em; 
	font-weight: 700; 
	z-index: 500;
	} 
a.menubutton  { 
	text-decoration: none; 
} 
 
ul#nav li a { 
	text-decoration: none !important; 
	color: #cecece; 
	text-transform: uppercase; 
	font-family: "Open Sans", sans-serif; 
	font-weight: 700; 
	font-size: 1.2em;
} 

ul#nav #nav li a {
	font-size: 1.0em;
	color: #cecece;
}
 
ul#nav li a:hover, ul#nav li.menu-current a, ul#nav #nav li a:hover, ul#nav #nav li.menu-current a { 
	color: #fff; 
} 


 
.navi { 
	position: absolute; 
	right: 0px; 
	background: transparent; 
	z-index: 1000; 
	top: 10px; 
	margin-bottom: 0px; 
	padding: 0px 0px 0 0; 
	min-height: 0px; 
	width: 100%; 
	transition: 0.2s ease-in-out; 
} 
 
.fb { 
	background: url(../images/social/fb.png) no-repeat; 
	width: 50px; 
	height: 50px; 
} 
 
.mail { 
	background: url(../images/social/mail.jpg) no-repeat; 
	background-size: 30px; 
        padding-left: 35px !important; 
        padding-top: 10px !important; 
        margin-left: 20px !important; 
} 
 
.post { 
	background: url(../images/social/post.jpg) no-repeat; 
	background-size: 30px; 
        padding-left: 35px !important; 
        padding-top: 10px !important; 
} 
 
.phone { 
	background: url(../images/social/phone.jpg) no-repeat; 
	background-size: 30px; 
        padding-left: 55px !important; 
        padding-top: 10px !important; 
} 
 
.fax { 
	background: url(../images/social/fax.jpg) no-repeat; 
	background-size: 30px; 
        padding-left: 55px !important; 
        padding-top: 10px !important; 
} 
 
 
/* #Page Styles 
================================================== */ 
 
.minihero-text { 
	font-family: "Open Sans", sans-serif; 
} 
 
.minihero-text h1 { 
	font-size: 8vmin !important; 
	text-shadow: 1px 1px 1px #2a2a2a !important; 
	letter-spacing: 0 !important; 
	font-weight: normal !important; 
	line-height: 1.0em; 
	font-family: "Arial Rounded MT Bold", Arial !important;
	margin: 0% 10%;
	text-align: center;
	padding: 10px 10% !important;
} 

.minihero-text img {
	position: absolute;
	left: 0;
	width: 20% ;
	min-width: 80px;
	top: -10%;
}

.minihero-text h1 img {
	max-height: 100%;
	position: relative;
	float: left;
	top: 20%;
	
}

.minihero-text .pfirst {
	line-height: 1.5em;
	font-size: 2.0em !important;
}
 
.minihero-overlay { 
    background-color: rgba(0, 0, 0, 0.3) !important; 
    } 
 
.textbox { 
	padding: 2% 10%; 
	background: url(../images/logo-bg.png) no-repeat bottom left; 
} 
 
.textbox2 { 
	padding: 10%; 
	background: url(../images/logo-bg.png) no-repeat bottom right; 
} 
 
.textbox img { 
	max-width: 100%; 
} 
 
.content p, .content li { 
	font-size: 1.3em; 
} 

.content ul ul {
	list-style: circle outside;
}

.content ul ul li {
	font-size: 1.1em;
	margin-bottom: 0px;
}
 
.border { 
	border-top: 0px solid #333; 
	border-bottom: 0px solid #333; 
} 
 
 
.homelink a, a.newslink { 
   transition: background .25s ease-in-out; 
   -moz-transition: background .25s ease-in-out; 
   -webkit-transition: background .25s ease-in-out; 
} 
 
a.homelink { 
	text-transform: lowercase; 
	color: #fff; 
	background: #f1982e; 
	padding: 10px 20px; 
	font-size: 1.5em; 
	font-weight: bold; 
	text-decoration: none; 
} 
 
a.homelink:hover { 
	background: #0677ba; 
} 
 
a.newslink { 
	text-transform: lowercase; 
	color: #0677ba; 
	background: #fff; 
	padding: 10px 20px; 
	font-size: 1.5em; 
	font-weight: bold; 
	text-decoration: none; 
} 
 
a.newslink:hover { 
	background: #f1982e; 
} 
 
a.secondhomelink { 
	background: transparent;  
	font-size: 1.0em;  
	color: #0677ba; 
	margin-top: 20px; 
} 
 
.pageheader { 
	font-size: 0.8em; 
	text-transform: uppercase; 
} 
 
.pageheader h1 { 
	font-size: 3.0em; 
} 
 
.pageheader h3 { 
	font-size: 1.5em; 
} 
 
 
 
.fatorange { 
	color: #f1982e; 
	font-weight: bold; 
} 
 
.taglink { 
	font-style: italic; 
	text-align: right !important; 
} 
 
.nivoSlider { 
	max-height: 800px; 
} 
 
.nivo-caption, .caption { 
	font-family: "Open Sans", sans-serif; 
	padding-top: 0px; 
	line-height: 1.0em; 
	vertical-align: middle; 
	font-size: 1.0em; 
} 

.nivo-caption h2 {
	font-family: "Prosto One";
	font-size: 3.5em;
	margin: 10px 0;
}
 
.nivo-controlNav { 
	display: block; 
	bottom: 100px; 
	width: 1280px; 
	margin: 0 auto; 
	left: 2%; 
	 
} 
 
.taglink a { 
	color: #0677ba !important; 
} 
 
.socialbox { 
	text-align: left; 
} 
 
.social { 
	text-align: left; 
	margin-top: 20px !important; 
} 
 
.social img { 
	background: #000; 
} 
 
.social img:hover { 
	background: #d30c13; 
	transition: background-color 0.3s ease .1s; 
    -webkit-transition: background-color .3s ease .1s; 
    -moz-transition: background-color .25s ease .1s; 
    -o-transition: background-color .25s ease .1s; 
    -ms-transition: background-color .25s ease .1s; 
} 
 
img.social { 
	height: 20px; 
	vertical-align: bottom; 
} 
 
.leftblock { 
	padding-right: 20px; 
} 
 
.rightblock { 
	padding-left: 20px; 
} 
 
.content { 
	margin-top: 0px; 
} 
 
 .veranstaltungs-pic {
 max-width: 30%; 
 max-height: 30em;
 float: left; 
 margin-right: 20px;
 }
 
 
 
.leftslider{ 
	padding-right: 10px; 
	padding-left: 30px; 
} 
 
.leftslider p { 
	font-size: 1.2em; 
} 
 
.rightslider { 
	margin-right: -50px; 
} 
 
.one-of-three, .two-of-three, .three-of-three { 
	margin: 10px 10px; 
} 
 
.one-of-three h2 a, .two-of-three h2 a, .three-of-three h2 a { 
	color: #d30c13 !important; 
}

ul.photostyle li {
	width: 150px;
	max-width: 45% !important;
} 

ul.photostyle li a img {
	width: 100% !important;
}

.imgtitle {
	font-size: 0.8em !important;
	line-height: 1.0em;
	padding: 0;
}
 
.imgwrap { 
  position: relative; 
  height: auto; 
  max-width: 750px; 
} 
 
.imgwrap img { 
	max-width: 100%; 
} 
 
.imgwrap:after { 
    content: 'A'; 
    position: absolute; 
    width: 99.4%; height:98.5%; 
    top:0; left:0%; 
    background:rgba(164, 29, 35, 0.8); 
    opacity: 0; 
    transition: all 1s; 
    -webkit-transition: all 1s; 
} 
 
.imgdescription { 
  position: absolute; 
  top: 0; 
  left: 0; 
  opacity: 1.0; 
  color: #fff !important; 
  padding: 10% 0 0 10%; 
  font-size: 1.1em; 
  line-height: 1.4em; 
  font-family: "Open Sans", sans-serif; 
  font-weight: 400; 
  visibility: hidden; 
  z-index: 500; 
  text-align: left; 
  width: 100%; 
  height: 100%; 
 
  /*remove comment if you want a gradual transition between states 
  -webkit-transition: visibility opacity 0.2s; 
  */ 
} 
 
.imgdescription a, .imgdescription a:hover { 
	color: #fff !important; 
	opacity: 1.0 !important; 
} 
 
 
.imgwrap:hover img { 
  visibility: visible; 
  	opacity: 0.7; filter: alpha(opacity=70); 
	   transition: opacity .25s ease-in-out 0.25s; 
   -moz-transition: opacity .25s ease-in-out 0.25s; 
   -webkit-transition: opacity .25s ease-in-out 0.25s; 
} 
 
.imgwrap:hover .imgdescription { 
	visibility: visible 
} 
 
.imgwrap:hover:after { 
    opacity: 1; 
} 
 
.newslist li { 
	display: inline; 
} 
 
.newsdatum { 
	color: #f1982e; 
	margin-bottom: 20px; 
	text-transform: lowercase; 
	font-size: 1.3em; 
	font-weight: bold; 
} 
 
.newsyear { 
	color: #f1982e; 
} 
 
 
 
.newsitem a { 
	color: #fff; 
	font-size: 1.0em; 
	line-height: 1.3em; 
} 
 
.newsitemblack a { 
	color: #666666; 
	font-size: 0.8em; 
} 
 
.address { 
	margin: 0 20px 50px 20px; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	padding: 20px 0; 
	line-height: 1.3em; 
} 
 
.address p { 
	padding-left: 20px; 
	font-size: 0.9em; 
} 
 
.address a { 
	text-decoration: none; 
	color: #999; 
} 
 
 
.public-title { 
	font-size: 1.5em; 
	font-weight: bold; 
	padding-top: 30px; 
} 
 
.public-info { 
	font-style: italic; 
	font-size: 0.8em; 
} 
 
.greybackground { 
	background: #ebecf0 !important; 
} 
 
.bluebackground { 
	background: #0677ba !important; 
	color: #fff !important; 
	margin-bottom: 40px !important; 
} 
 
bluebackground h2 { 
	color: #fff !important; 
} 
 
 
.darkgreybackground { 
	background: #4d4d4d !important; 
} 
 
.darkgreybackground h3 { 
	color: #fff; 
	text-align: center; 
	text-transform: uppercase; 
	margin: 0 0 10px; 
	padding: 30px 0; 
	font-weight: bold; 
} 
 
.darkgreybackground p { 
	font-size: 1.3em; 
	font-weight: bold; 
} 
 
.darkgreybackground a { 
	color: #fff !important; 
	text-decoration: none; 
} 
 
.darkgreybackground a:hover { 
	color: #f1982e !important; 
	transition: 0.2s ease-in-out; 
} 
 
 
.greycircle { 
	background: url(../images/greycircle.png) no-repeat center; 
	text-transform: lowercase; 
	color: #fff; 
	font-size: 1.4em; 
	font-weight: bold; 
	text-align: center; 
	width: 355px; 
	height: 145px; 
display: table-cell; 
vertical-align: middle; 
} 
 
.smaller { 
	padding: 0 10px; 
	text-align: center; 
	margin: 0 -50px 0 50px; 
} 
 
 
 
.download { 
	color: #fff !important; 
	padding: 15px 10px 0 10px; 
	border: 1px solid #fff; 
	margin-bottom: 40px; 
	text-align: center; 
	max-width: 300px; 
} 
 
.download h3, download h3 a, download a { 
	color: #fff !important; 
	text-decoration: none; 
} 
 
.download p { 
	margin-left: 0px !important; 
	margin-right: 0px !important; 
} 
 
.download img { 
	vertical-align: center; 
} 
 
.control { 
	color: #bb6404; 
	font-size: 1.5em; 
	padding-right: 40px; 
} 
 
.treated { 
	color: #ee972d; 
	font-size: 1.5em; 
	padding-left: 40px; 
} 
 
.homeline { 
	max-width: 750px; 
	font-size: 1.2em; 
	margin-left: auto; 
	margin-right: auto; 
} 
 
.management { 
	text-align: center; 
	margin-top: 20px; 
} 
 
.fullwidthscaled { 
	width: 100%; 
} 
 
.firstline-p { 
	padding-top: 50px; 
} 
 
.listcenter { 
	margin-left: 90px; 
} 
 
 
 
.profilbild, .addressblock { 
	background: #c1aba0; 
	color: #fff; 
	padding: 3px; 
	margin: 0 10px 0px 20px; 
	max-width: 90% !important; 
	line-height: 1.2em; 
} 
 
.profilbild { 
	width: 180px; 
	padding: 20px 10px 0 10px; 
} 
 
.addressblock { 
	width: 600px; 
} 
 
.addressblock h2 { 
	background: #c1aba0; 
} 
 
.col { 
    -moz-column-count: 2; 
    -moz-column-gap: 2em; 
    -webkit-column-count: 2; 
    -webkit-column-gap: 2em; 
    column-count: 2; 
    column-gap: 2em; 
    margin: 40px 40px 40px 0px; 
    } 
     
.col p, .col3 p { 
    orphans: 2; 
    widows: 2; 
    margin-top: 0; 
    margin-bottom: 2.7ex; 
    text-align: justify; 
    -webkit-hyphens: manual; 
    -moz-hyphens: manual; 
    -o-hyphens: manual; 
    -ms-hyphens: manual; 
    hyphens: manual; 
} 
 
.col3 { 
    -moz-column-count: 3; 
    -moz-column-gap: 2em; 
    -webkit-column-count: 3; 
    -webkit-column-gap: 2em; 
    column-count: 3; 
    column-gap: 2em; 
    margin: 40px 40px 40px 0px; 
    } 
 
.floatmenu { 
	position: fixed; 
	right: 0; 
	top: 35%; 
	color: #ffffff; 
	z-index: 1000; 
	line-height: 0.5em; 
	max-width: 50px; 
} 
 
ul#floatmenu { 
	margin-top: -20px; 
} 
 
#floatmenu li { 
	list-style: none; 
	margin-left: 5px; 
	font-size: 1.0em !important; 
} 
 
#floatmenu li a { 
	color: #fff; 
	font-family: "Open Sans", sans-serif; 
	font-weight: 400; 
	font-size: 0.6em; 
	text-transform: uppercase; 
	line-height: 1.2em; 
	text-align: left; 
} 
 
#floatlink { 
    position: fixed; 
    right: 20px; 
    bottom: 10px; 
    z-index: 10; 
    font: bold 30px Verdana; 
    letter-spacing: 0.1em; 
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-ms-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 
} 
 
#floatlink a:link { 
    color: #447dff; 
    text-decoration: none; 
} 
 
.social-button { 
	max-width: 50px; 
} 
 
.elastic-video { 
position: relative; 
padding-bottom: 55%; 
padding-top: 15%; 
height: 0; 
overflow: hidden; 
} 
.elastic-video iframe { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
} 
 
.elastic-video-wrapper { 
width: 750px; 
max-width: 98%; 
} 
 
 
.post_date { 
	text-align: right; 
} 
 
.post_img { 
	float: right; 
	max-width: 50%; 
} 
 
.news_date { 
	text-align: left; 
	font-size: 0.8em; 
} 
 
.news_all, .bewerben { 
	margin-top: 0px; 
	margin-bottom: 50px; 
} 
 
.news_all { 
	text-align: right; 
	margin-right: 64px; 
	display: none; 
} 
 
.bewerben { 
	margin-left: 20px; 
} 
 
.news_all a, .bewerben a { 
	display:inline !important; 
	text-transform: uppercase; 
	color: #fff; 
	background: #a41d23; 
	padding: 10px 20px; 
	font-size: 0.8em; 
	font-weight: normal; 
	text-decoration: none; 
} 
 
.news_all a:hover, .bewerben a:hover { 
	background: #000000; 
} 
 
.caption { 
	position: absolute; 
	top: 10%; 
	display: block; 
	margin: 0 auto; 
	padding: 40px 30px; 
	background: transparent; 
	color: #000000; 
	width: 80%; 
	z-index: 8; 
	height: auto; 
	 
	font-size: 1.0em; 
	z-index:8; 
	opacity: 1.0; 
	-moz-opacity: 1.0; 
	filter:alpha(opacity=8); 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */ 
	box-sizing: border-box;         /* Opera/IE 8+ */ 
} 
 
.ref_titel { 
	color: #929295; 
	width: 30%; 
	font-size: 0.95em; 
} 
 
.ref_slogan { 
	font-size: 1.75em; 
	line-height: 1.2em; 
	width: 30%; 
	height: 220px; 
} 
 
.ref_button { 
	margin-top: 10px; 
	width: 30%; 
} 
 
.ref_kasten, .kasten { 
	padding: 20px 20px 0px 20px !important;  
	margin: 20px 10px 30px 15px;
	border: 5px double #cecece;
	background: #37435f;
	border-radius: 10px;
    	color: #fff;
}

.kasten a {
	color: #cecece;
}

.kasten h1, .kasten h2, .kasten h3, .kasten p {
	color: #fff;
}

 
.subnavi_titel { 
	color: #000; 
} 
 
a .subnavi_line { 
	font-weight: 300; 
} 
 
.search_box { 
	display: inline; 
	width: 2500px; 
	text-align: right; 
	position: absolute; 
	right: -600px; 
	top: 80px; 
	background: #fff; 
	z-index: 400; 
	padding-right: 630px; 
} 
 
input.search_string { 
	display: inline; 
	max-width: 80px !important; 
	padding: 10px; 
} 
 
#wb_search { 
	vertical-align: -12px; 
} 
 
 
div.mod_anynews p { 
	margin-left: 0px; 
} 
 
#mod_jobs_wrapper_f, #mod_aktuelles_wrapper_f { 
    margin-top: -30px; 
} 
 
.mod_oneforall_prev_next_links_f { 
	margin-bottom: 20px; 
} 
 
.mod_oneforall_main_title_f { 
	height: 60px; 
} 
 
.mod_oneforall_main_title_f2 a, .news_date a { 
	text-decoration: none; 
} 

.mod_vorstand_group_wrapper_f {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-webkit-box-flow: row wrap;
flex-flow: row wrap;
-webkit-align-items: flex-start;
-webkit-box-align-items: flex-start;
align-items: flex-start;
margin: 20px 10px;
}

.mod_schriften_item_img_f {
	max-width: 100%;
} 


.mod_aktuelles_item_caption_f img {
	padding-right: 10px;
}

.mod_aktuelles_item_img_f, .mod_ausstellungen_main_img_f {
	max-width: 100%;
}

.mod_vorstand_group_f {
    width: 50%;
}

#faqs {
	cursor: pointer;
}
 
.grayscale { 
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); 
	filter: gray; 
	-webkit-filter: grayscale(100%); 
	display: inline-block; 
	transition: all 0.5s; 
} 
.grayscale:hover { 
	filter: none; 
	-webkit-filter: none; 
	opacity:1; 
} 
 
.zitat { 
	background: #eee; 
	padding: 20px; 
	margin: 20px 0; 
	text-align: center;
} 

.zitat p {
	margin: 0 10px;
	font-size: 1.5em !important;
}
 
.black { 
	background: #636363; 
	color: #fff; 
} 
 
 
.frm-field_table input[type="submit"] { 
	padding: 10px !important; 
} 
 
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { 
	font-size: 1.0em; 
} 

.m_button a:hover {
	text-decoration: none;
}

 
.beschriftung {
	font-size: 0.7em;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

dd {
	margin-left: 0;
	padding-top: 10px;
}

.gallerytitel {
	
}

.view_title {
	color: #fff !important;
	font-weight: normal !important;
}

#Sec50 .gallery {
	display: none;
}

.followwrapper {
	display: inline;
	padding-left: 10px;
}

.followbaker img {
	max-width: 24px;
}

.fa-home {
	font-size: 1.5em !important;
}

.link-ueberschriftb, .link-linka {
	display: none !important;
}


.tabelle thead, tbody { border: 1px solid black; }
.tabelle { border-spacing: 0; margin: 20px; }
.tabelle tr:nth-child(odd) { background-color: #F5F5F5; }
.tabelle tr:nth-child(even) { background-color: white; }
.tabelle th { background: #f9130b; color: #eeeeee; }
.tabelle th,
td { padding: 0 10px; }
.tabelle td { text-align: center; }

.runde td+td+td { text-align: left; }
.runde td+td+td+td { text-align: center; }
.runde td+td+td+td+td+td { text-align: left; }
.runde td+td+td+td+td+td+td { text-align: center; }

.turnier td+td { text-align: left; }
.turnier td+td+td { text-align: center; }


 
 
/* #Media Queries 
================================================== */ 
 
/* Big screen size (devices and browsers) */ 
	@media only screen and (min-width: 1180px)  { 
 
 
 
.sixteen .public-info p { 
	padding-right: 0px !important; 
} 
 
.sixteen .refbox p { 
	padding: 0 10px !important; 
	margin-left: 10px; 
} 
 
.sixteen .download p { 
	padding: 0px !important; 
} 
 
 
} 
 
/* Smaller than standard 1280 (devices and browsers) */ 
	@media only screen and (max-width: 1749px) { 
 
 
} 
 
 
 
 
/* Big screen size 1520 to 1749 (devices and browsers) */ 
	@media only screen and (min-width: 1520px) and (max-width: 1749px) { 
 
 
 
.nivoSlider { 
	max-height: 700px; 
} 
 
} 
 
/* Smaller than standard 1280 (devices and browsers) */ 
	@media only screen and (max-width: 1519px) { 
 
 
 
 
 
.round-button a { 
	padding-top: 20px; 
} 
	 
	} 
 
 
 
 
/* Big screen size 1281 to 1519 (devices and browsers) */ 
	@media only screen and (min-width: 1281px) and (max-width: 1519px) { 
	 
 
 
.nivoSlider { 
	max-height: 600px; 
} 

 
 
 
} 
 
/* Big screen size 1281 to 1519 (devices and browsers) */ 
	@media only screen and (min-width: 1281px) { 
	 
 
.nivo-caption, .caption { 
	width: 1280px; 
} 
 
} 
 
 
 
 
/* Smaller than standard 1280 (devices and browsers) */ 
	@media only screen and (max-width: 1280px) { 
 
 
 
.pageheader h1 { 
	font-size: 2.5em; 
} 
 
.floatmenu { 
	position: fixed; 
	bottom: 0; 
	top: auto; 
	left: 0; 
	right: 0; 
	margin: 0 auto; 
	height: 30px; 
	max-width: 140px !important; 
} 
.social-button { 
	max-width: 30px; 
	padding: 0px !important; 
	margin: 0px !important; 
} 
 
.round-button-circle { 
	background-size: 80%; 
	margin-left: 26px; 
} 
 
#floatmenu li { 
	margin-right: 30px; 
} 
 

 
 
 
} 
 
 
 
 
 
 
/* Laptop size to standard 1280 (devices and browsers) */ 
	@media only screen and (min-width: 1024px) and (max-width: 1280px) { 
 
 

.zurmitte { 
	margin-left: 150px !important; 
} 
 
.nivoSlider { 
	max-height: 490px; 
} 
 
 
.nivo-caption p.homelink a { 
	font-size: 1.4em !important; 
	line-height: 1.2em !important; 
} 
 
 
.homeline { 
	font-size: 1.17em; 
} 
 
 
.orangeblock { 
	min-height: 530px; 
} 
 
.fullwidthscaled { 
	width: 125%; 
	margin: 0px auto; 
	position: relative; 
	left: -150px; 
} 
 
.firstline-p { 
	padding-top: 40px; 
} 
 
.menunext a, .menuprevious a { 
	font-size: 1.4em; 
} 
 
.address { 
	margin-left: 0; 
	margin-right: 0; 
} 
 
.address p { 
	padding-left: 0px; 
} 
 
.menu1 li a { 
	font-size: 1.2em; 
} 
 
} 
 
 
 
 
 
/* Laptop size to standard 1024 (devices and browsers) */ 
	@media only screen and (min-width: 960px) and (max-width: 1023px) { 
 
 
.zurmitte { 
	margin-left: 100px !important; 
} 
	 
 
 
.nivo-caption p.homelink a { 
	font-size: 1.3em !important; 
	line-height: 1.2em !important; 
	} 
	 
 
 
.nivoSlider { 
	max-height: 500px; 
} 
	 
.homeline { 
	font-size: 1.15em; 
} 
 
 
 
.orangeblock { 
	min-height: 530px; 
} 
 
.fullwidthscaled { 
	width: 133.33%; 
	margin: 0px auto; 
	position: relative; 
	left: -150px; 
} 
 
.firstline-p { 
	padding-top: 40px; 
} 
 
.menunext a, .menuprevious a { 
	font-size: 1.3em; 
} 
 
.address { 
	margin-left: 0; 
	margin-right: 0; 
} 
 
.address p { 
	padding-left: 0px; 
} 
 
.menu1 li a { 
	font-size: 1.0em; 
} 
 
 
} 
 
 
 
 
@media only screen and (min-width: 960px) { 
 
		.menubutton { display: none; } 
		.navi { display: none; } 
		 
 
} 
 
 
	/* Smaller than standard 960 (devices and browsers) */ 
	@media only screen and (max-width: 959px) { 

h2 {
margin: 0;
font-size: 1.5em;
}


.headersize {
	height: 25px;
	position: unset;
} 
#wrap {
	margin-top: 200px !important;
}

.logosize {
	width: 100% !important;
} 

.minihero-text {
	height: 90% !important;
	top: 55% !important;
}

.minihero-text h1 {
	margin: 0;
}

.minihero-text .pfirst {
	font-size: 1.2em !important;
}

.minihero-text img {
	position: relative;
	width: 20% !important;
	top: 0%;
}


#search img { 
	top: 22px; 
}	 
 
.search_box { 
	right: 30px !important; 
	width: 170px; 
	padding-right: 0 !important; 
	top: 10px !important; 
}	 
 
 
.content {
	text-align: left;
}
 
 
input.search_string { 
	padding: 0px; 
} 
 
#wb_search { 
    vertical-align: 0px; 
} 
	 
	 
.nivo-caption, .caption { 
    position: relative !important; 
    top: 0px; 
    bottom: 0;
    background: rgba(99, 99, 99, 0.9) !important; 
} 
 
.ref_slogan, .ref_titel, .ref_button { 
	width: 100% !important; 
} 
 
 
 
.ref_button { 
	margin-top: 10px; 
} 
 
.nivo-caption a { 
	font-size: 0.6em !important; 
} 

.nivo-caption h2 {
	font-size: 1.5em !important;
}

.nivo-caption p {
	font-size: 0.6em !important;
}
 
.caption { 
	top: 10px; 
	margin: 0; 
	padding: 0px 20px 40px 20px; 
} 
 
.theme-default .nivo-controlNav { 
	bottom: 0px !important; 
	max-width: 100px; 
	margin: 0; 
	padding: 0 0 0 10px; 
} 

.beschriftung {
	font-size: 0.45em;
	position: absolute;
	right: 10px;
	top: 0px;
}
 
 
.post_img { 
	float: right; 
	max-width: 100%; 
} 
 
 
 
.pageheader h1 { 
	font-size: 2.5em; 
} 
 
.pageheader h3 { 
	font-size: 1.3em; 
} 
 
 
 
 
 
	 
	 
	a.menubutton { 
			text-decoration: none !important; 
	}	 
	 
	#nav { 
		display: none; 
		margin-right: 0px; 
		border-right: none; 
	} 
	 
	 #nav #nav {
	 	display: block;
	 	margin-top: 0;
	 	padding: 10px 0 0 0;
	    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
	 }
 
 
.logo, .headline { 
	text-align: left; 
} 
 
 
.social, .footermenu, .copyright, .post, .mail, .phone, .fax { 
	text-align: left; 
	margin-left: 30px !important; 
} 
 
 
} 
 
	 
 
	/* Tablet Portrait size to standard 960 (devices and browsers) */ 
	@media only screen and (min-width: 768px) and (max-width: 959px) { 
	.menu1 { 
display:none; 
} 
#responsiveMenu { 
display:none; 
} 
 
.zurmitte { 
	margin-left: 100px !important; 
} 
 
.logobox {
	top: 0%; 
} 
 
 
.ref_titel { 
	font-size: 0.8em !important; 
} 
 
.nivo-caption p.homelink a { 
	font-size: 1.2em !important; 
	line-height: 1.1em !important; 
	} 
 
.ref_slogan { 
	height: 125px; 
} 
 
.homeline { 
	font-size: 1.1em; 
} 
 
 
 
.orangeblock { 
	min-height: 700px; 
} 
 
.fullwidthscaled { 
	width: 140%; 
	margin: 0px auto; 
	position: relative; 
	left: -140px; 
} 
 
.firstline-p { 
	padding-top: 30px; 
} 
 
.menunext a, .menuprevious a { 
	font-size: 1.2em; 
} 
 
.listcenter { 
	margin-left: 60px; 
} 
 
.address { 
	margin-left: 0; 
	margin-right: 0; 
} 
 
.address p { 
	padding-left: 0px; 
} 
 
} 
 
 
 
	/* All Mobile Sizes (devices and browser) */ 
	@media only screen and (max-width: 767px) { 
	.menu1 { 
display:none; 
} 
#responsiveMenu { 
display:none; 
} 
 
 
.leftblock, .rightblock { 
	padding: 0; 
} 
 
.zurmitte { 
	margin-left: 0px !important; 
} 
 
 
.orangeblock { 
	min-height: 200px; 
} 
 
.logo img { 
		left: 0; 
} 
 
.smaller { 
	margin: 0px; 
} 
 
.col, .col3 { 
    -moz-column-count: 1; 
    -webkit-column-count: 1; 
    column-count: 1; 
    } 
    
 .veranstaltungs-pic {
 max-width: 100%; 
 max-height: 30em;
 margin-bottom: 20px;
 }    
 
.refbox3 {
	width: 95%;
} 
 
		} 
 
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ 
	@media only screen and (min-width: 480px) and (max-width: 767px) { 
		#nav { 
display:none; 
} 
#responsiveMenu { 
display:none; 
} 
 
 
	 
.nivo-caption, .slider h1, .ref_slogan { 
	line-height: 1.2em !important; 
}	 
 
.ref_titel { 
	font-size: 0.7em !important; 
} 
	 
.ref_slogan { 
	height: 125px; 
} 
	 
.sidebar { 
	padding-left: 0; 
	border-left-style: none; 
	} 
 
.nivo-caption p.homelink a { 
	font-size: 1.1em !important; 
	line-height: 1.0em !important; 
	} 
	 
 
.homeline { 
	font-size: 1.05em; 
} 
 
 
 
.fullwidthscaled { 
	width: 150%; 
	margin: 0px auto; 
	position: relative; 
	left: -120px; 
} 
 
.firstline-p { 
	padding-top: 20px; 
} 
 
.menunext a, .menuprevious a { 
	font-size: 1.1em; 
} 
 
.listcenter { 
	margin-left: 60px; 
} 

.logobox {
	top: -10%; 
}
 
 
} 
 
 
 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ 
	@media only screen and (max-width: 479px) { 
#menu{ 
display:none; 
} 
#responsiveMenu { 
display:none; 
} 

.logo1, .logo2 {
	width: 100% !important;
	text-align: center !important;
	font-size: 3.5vw;
}

.logobox {
	top: -10%; 
}
 
.minihero-text h1 img {
	float: none;
} 
	 
.nivo-caption, .slider h1, .ref_slogan { 
	line-height: 1.15em !important; 
} 
 
.caption { 
	width: 95%; 
} 
 
.ref_titel { 
	font-size: 0.6em !important; 
}	 
 
.ref_slogan { 
	height: 95px; 
} 
 
.refbox { 
	width: 100% !important; 
} 
	 
.sidebar {  
	padding-left: 0; 
	border-left-style: none; 
	} 
 
.nivo-caption p.homelink a { 
	font-size: 1.0em !important; 
	line-height: 1.0em !important; 
	} 

 
.homeline { 
	font-size: 1.0em; 
} 
 
 
 
.fullwidthscaled { 
	width: 160%; 
	margin: 0px auto; 
	position: relative; 
	left: -90px; 
	overflow: hidden; 
} 
 
.firstline-p { 
	padding-top: 10px; 
} 
 
.menunext a, .menuprevious a { 
	font-size: 1.0em; 
} 
 
.listcenter { 
	margin-left: 30px; 
} 
 
 
 
} 
 
 
/* #Font-Face 
================================================== */ 
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove 
		comment brackets */ 
 
	 
	/* open-sans-regular - latin */ 
@font-face { 
  font-family: 'Open Sans'; 
  font-style: normal; 
  font-weight: 400; 
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */ 
  src: local('Open Sans Regular'), local('OpenSans-Regular'), 
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ 
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ 
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ 
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */ 
} 

/* prosto-one-regular - latin */
@font-face {
  font-family: 'Prosto One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/prosto-one-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Prosto One'), local('ProstoOne-Regular'),
       url('../fonts/prosto-one-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/prosto-one-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/prosto-one-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/prosto-one-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/prosto-one-v7-latin-regular.svg#ProstoOne') format('svg'); /* Legacy iOS */
}


 
	     
.pmenu {margin: 0 auto; text-align: center;} 
 
.pmenuleft { 
	margin: 0 auto; 
	text-align: left; 
} 
 
.teampic { 
    border:none 5px #ffffff; 
    -moz-border-radius: 125px; 
    -webkit-border-radius: 125px; 
    border-radius: 125px; 
    box-shadow: 
        0 0 0 10px #fff, 
        0 0 0 11px #dedede; 
} 
 
.teampic:hover { 
   opacity: 0.5; filter: alpha(opacity=50); 
} 
 
.publicationpic { 
    border:none 5px #ffffff; 
    box-shadow: 
        0 0 0 10px #fff, 
        0 0 0 11px #dedede; 
} 
 
.publicationpic:hover { 
   opacity: 0.5; filter: alpha(opacity=50); 
} 
 
.pmenu a, .pmenuleft a { 
  text-decoration: none; 
} 
 
.pmenu p, .pmenuleft p { 
   margin-bottom: 30px; 
} 
 
.pmenu .refbox { 
   width: 350px; 
   line-height: 1.7em; 
} 
 
 
.pmenuleft .refbox { 
   width: 315px; 
   line-height: 1.3em; 
} 
 
.name { 
   color: #666; 
   font-size: 1.3em; 
} 
 
.name:hover { 
   color: #cccccc !important; 
} 
 
h2.name { 
	margin-bottom: 0px; 
	text-align: center; 
} 
 
.short { 
   color: #0677ba; 
   font-size: 1.2em; 
   font-weight: bold; 
} 
 
a:hover .short  { 
	opacity: 0.7; 
	color: #0677ba; 
	transition: 0.2s ease-in-out; 
} 
 
.refbox .short { 
	text-align: center !important; 
} 
 
.short:hover { 
   color: #f1982e; 
} 
 
