@charset "utf-8";
/* CSS Document */
/* Umzug Transporte Breckwoldt */
/* Hoppe Websolutions, 20.12.2014 */

.clearfix { zoom:1; }
.clearfix:before, .clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	overflow:hidden;
}
.clearfix:after { clear:both; }

html {
	height: 100%;
	overflow-y: scroll;
	font-size: 90%;
	background: #ededed;
	background: -moz-linear-gradient(left,  #ededed 0%, #8f8f8f 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ededed), color-stop(100%,#8f8f8f));
	background: -webkit-linear-gradient(left,  #ededed 0%,#8f8f8f 100%);
	background: -o-linear-gradient(left,  #ededed 0%,#8f8f8f 100%);
	background: -ms-linear-gradient(left,  #ededed 0%,#8f8f8f 100%);
	background: linear-gradient(to right,  #ededed 0%,#8f8f8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#8f8f8f',GradientType=1 );
}
body {
	background: #FFF;	
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.5;
	color: #3c3c3c;
	font-weight: 400;
}
p, ul, ol ,dl h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0 0;
}

.umzugListe li {
 font-size:20px;
 font-weight: bold;
}

.col ul, .col2 ul {
	list-style-type: square;
} 
.col2 img {
	margin: 1em 0 0 0;
	width: 100%;
	height: auto;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 2em;
	font-size: 2rem;		
	color: #1d1d1b;
	margin-bottom: -0.25em;
	margin-bottom: -0.25rem;
	text-shadow: 0px 3px 5px #AAA;
	line-height: 1.3;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
	font-size: 1.75em;
	font-size: 1.75rem;
	margin-bottom: -0.25em;
	margin-bottom: -0.25rem;
	text-shadow: 0px 1px 2px #AAA;
	line-height: 1.3;	
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.25em;	
	font-size: 1.25rem;		
}
p, ul, ol, dl {
	font-size: 1.125em;
	font-size: 1.125rem;
}
a img {
	border: none;
}
a:link {
	color: #3c3c3c;
	text-decoration: underline;
}
a:visited {
	color: #3c3c3c;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
ul.pdfs {
	list-style-type: none;
	list-style-position: inside;
	font-weight: 600;
	padding-left: 0 !important;
}
ul.pdfs li {
	overflow: visible;
	padding-left: 1em;
	position: relative;
	margin-bottom: 0.5em;
}
ul.pdfs li:before {
	content: "\00BB \0020";
	left: 0;
	position: absolute;
}
.last {
	margin-bottom: 1.5em;
}
.tel {
	font-weight: 700;
	font-size: 1.1em !important;
	line-height: 1.3;
}
#logo-text {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 0.5em 0;
}

#logo-text h1 {
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: none;
	font-size: 17px;
	margin: 0;
	color: #3c3c3c;
	text-align: center;
	padding: 1em 0;
}
#logo-text h1 span {
	font-weight: 300;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
section {
	margin: 0 1em;
	padding: 0;
}
#navi {
	margin: 0;
	padding: 0;
}

#content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 1em;
}

.header-img {
	margin: 0;
	padding: 0;	
	margin-top: -3.5em;
	line-height: 0;
	overflow: hidden;
}
.header-img img {
	width: 140% !important;
	height: auto;
	margin-left: -30%;
	overflow: hidden;
/*	width: 150% !important;
	margin-left: -35%;
	height: auto;
	overflow: hidden;*/
}

footer {
	background: #fcdf15;
	line-height: 1.5em;	
	line-height: 1.5rem;
	margin: 0;
	padding: 2.0em 0;
	padding: 2.0rem 0;
	line-height: 1.5em;
	line-height: 1.5rem;
	border-top: 1px solid #3c3c3c;
}
footer small {
	font-size: 1em;	
	font-size: 1rem;	
	display: block;
	text-align: center;
}
footer a:link {
	color: #3c3c3c;
	text-decoration: underline;
}
footer a:visited {
	color: #3c3c3c;
	text-decoration: underline;
}
footer a:hover, footer a:active, footer a:focus {
	text-decoration: none;
}

span.not-mobile {
	display: none;
}
#telnumber {
	display: none;
}
.col p.more {
	background: #c00;
	background: -moz-linear-gradient(top,  #cd3333 0%, #cd3333 48%, #c00000 52%, #c00000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd3333), color-stop(48%,#cd3333), color-stop(52%,#c00000), color-stop(100%,#c00000));
	background: -webkit-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	background: -o-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	background: -ms-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	background: linear-gradient(to bottom,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3333', endColorstr='#c00000',GradientType=0 );
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	color: #FFF;
	padding: 0.5em 1em;
	bottom: 0em;
	margin-bottom: 1em;
}
.col p.more a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background: url(../img/nav-arrow-light.png) right center no-repeat;
	background-size: auto 30px;
}
.col p.more:hover {
	background: #3c3c3c;
	background: -moz-linear-gradient(top,  #4d4d4d 0%, #4d4d4d 48%, #3c3c3c 52%, #3c3c3c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(48%,#4d4d4d), color-stop(52%,#3c3c3c), color-stop(100%,#3c3c3c));
	background: -webkit-linear-gradient(top,  #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%);
	background: -o-linear-gradient(top,  #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%);
	background: -ms-linear-gradient(top,  #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%);
	background: linear-gradient(to bottom,  #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#3c3c3c',GradientType=0 ); 
}    
.col h2, .col2 h2 {
	font-size: 1.85em;
	font-size: 1.85rem;
}
.gradient-grey {
	background: #ededed;
	background: -moz-linear-gradient(left,  #ededed 0%, #8f8f8f 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ededed), color-stop(100%,#8f8f8f));
	background: -webkit-linear-gradient(left,  #ededed 0%,#8f8f8f 100%);
	background: -o-linear-gradient(left,  #ededed 0%,#8f8f8f 100%);
	background: -ms-linear-gradient(left,  #ededed 0%,#8f8f8f 100%);
	background: linear-gradient(to right,  #ededed 0%,#8f8f8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#8f8f8f',GradientType=1 );
}
  
.phone a, .mobile a {
	display: block;
	margin: 0 0 0.25em 0;
	padding: 0.5em 0;
	background: #333 url(../img/phone.png) 1em center no-repeat;
	background-size: 28px auto;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.10em;
	border-radius: 0.5em;
}
.mobile a {
	background: #333 url(../img/mobile.png) 1em center no-repeat;
	background-size: 30px auto;
	margin-bottom: 1em;
}
.phone a:hover, .mobile a:hover {
	background-color: #AAA;
}

@media only screen and (min-width: 700px) {
  html {
	  font-size: 67.5%;
  }
  body {
	  background: #eeeeee;
	  background: -moz-linear-gradient(left,  #eeeeee 0%, #ffffff 25%, #ffffff 75%, #eeeeee 100%);
	  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(25%,#ffffff), color-stop(75%,#ffffff), color-stop(100%,#eeeeee));
	  background: -webkit-linear-gradient(left,  #eeeeee 0%,#ffffff 25%,#ffffff 75%,#eeeeee 100%);
	  background: -o-linear-gradient(left,  #eeeeee 0%,#ffffff 25%,#ffffff 75%,#eeeeee 100%);
	  background: -ms-linear-gradient(left,  #eeeeee 0%,#ffffff 25%,#ffffff 75%,#eeeeee 100%);
	  background: linear-gradient(to right,  #eeeeee 0%,#ffffff 25%,#ffffff 75%,#eeeeee 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 );		  
  }
  .only-mobile {
	  display: none;
  }
  span.not-mobile {
	  display: block;
  }
  #telnumber {
	  display: block;
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 20%;
	  background: #C00;
	  margin: 0;
	  padding: 1em 1em 1.25em 1em;
	  color: #FFF;
	  -webkit-border-bottom-right-radius: 1.5rem;
	  -webkit-border-bottom-left-radius: 1.5rem;
	  -moz-border-radius-bottomright: 1.5rem;
	  -moz-border-radius-bottomleft: 1.5rem;
	  border-bottom-right-radius: 1.5rem;
	  border-bottom-left-radius: 1.5rem;
	  -webkit-box-shadow: 0px 12px 8px -8px rgba(53,53,53,0.7);
	  -moz-box-shadow: 0px 12px 8px -8px rgba(53,53,53,0.7);
	  box-shadow: 0px 12px 8px -8px rgba(53,53,53,0.7);
	  background: #c00;
	  background: -moz-linear-gradient(top,  #cd3333 0%, #cd3333 48%, #c00000 52%, #c00000 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd3333), color-stop(48%,#cd3333), color-stop(52%,#c00000), color-stop(100%,#c00000));
	  background: -webkit-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	  background: -o-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	  background: -ms-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	  background: linear-gradient(to bottom,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3333', endColorstr='#c00000',GradientType=0 );		
  }
  #numb {
	  font-weight: 700;	
	  text-align: center;
	  font-size: 30px;
	  margin: 0;
	  padding: 0;
  }    
  .wrapper {
	  width: 92%;
	  max-width: 1160px;
  }
  #logo {
	  width: 100%;
	  margin: 0;
  }
  #logo-text {
	  float: none;
	  width: 100%;
	  margin: 0;
	  padding: 0 0 0.5em 0;	  
  }
  #logo-text h1 {
	  padding-left: 0;
	  text-align: left;  
  }  
  .header-img {
	  margin: 0;
  }  
  .header-img img {
	  width: 100% !important;
	  margin-left: 0;
	  height: auto;
  }  
  #navi {
	  padding: 0;
	  background: #3c3c3c;
	  background: -moz-linear-gradient(top, #4d4d4d 0%, #4d4d4d 48%, #3c3c3c 52%, #3c3c3c 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(48%,#4d4d4d), color-stop(52%,#3c3c3c), color-stop(100%,#3c3c3c)); 
	  background: -webkit-linear-gradient(top, #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%);
	  background: -o-linear-gradient(top, #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%);
	  background: -ms-linear-gradient(top, #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%);
	  background: linear-gradient(to bottom, #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#3c3c3c',GradientType=0 );/  
  }
  main {
	  position: relative;
  }
  #content {
	  margin-top: 0;
  }
  section {
	  margin: 0;
	  background: #FFF;
  }  
  footer small {
	  font-size: 0.9375em;	
	  font-size: 0.9375rem;
  } 
  span.not-mobile {
	  display: inline-block;
  }

  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
  text-decoration: none;
  color: #000;
  }     
  
  .col, .col2 {
	  float: left;
	  width: 28%;
	  position: relative;
	  margin: 0 0 3em 4%;
	  padding: 0;
	  min-height: 28.5em;
	  margin-top: -4.8em;
	  -webkit-border-radius: 0.5rem;
	  -moz-border-radius: 0.5rem;
	  border-radius: 0.5rem;
	  border-bottom: 1px solid #666;
  }
  .col2 {
	  width: 60%;
  } 
  .col2 img {
	  margin: 1em 1em 0 10%;
	  text-align: center;
	  width: 70%;
	  max-width: 400px;
	  height: auto;
  }  
  
  #about-us .col, #about-us .col2 {
	  min-height: 37em;
  }  
  #umzug-transport .col, #umzug-transport .col2 {
	  min-height: 59em;
  }
  #transporter-verleih .col, #transporter-verleih .col2 {
	  min-height: 31em;
  }  
  #entsorgung .col, #entsorgung .col2 {
	  min-height: 33em;
  }
  #impressum .col, #impressum .col2 {
	  min-height: 47em;
  }   
  
  #form1{
	position:absolute;
    transition: .5s ease;
    top: 70%;
    left: 50%;
  }
  .shadow {
    -webkit-box-shadow: 0px 15px 20px -8px rgba(26,26,26,0.7), 0 0 80px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0px 15px 20px -8px rgba(26,26,26,0.7), 0 0 80px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0px 15px 20px -8px rgba(26,26,26,0.7), 0 0 80px rgba(0, 0, 0, 0.1) inset;	  
  }
  .col h2, .col2 h2 {
	  position: relative;
	  margin-top: 0;
	  font-size: 1.75em;
	  font-size: 1.75rem;
	  background: rgba(255,255,255,0.75);
	  padding: 0.75em 0.125em 0.75em 1em;
	  padding: 0.75em 0.125em 0.75em 1rem;
	  border-top: 1px solid #FFF;
	  -webkit-border-top-left-radius: 0.5rem;
	  -webkit-border-top-right-radius: 0.5rem;
	  -moz-border-radius-topleft: 0.5rem;
	  -moz-border-radius-topright: 0.5rem;
	  border-top-left-radius: 0.5rem;
	  border-top-right-radius: 0.5rem;
	  color: #2c2c2c;
  }
  .col p, .col ul, .col2 p, .col2 ul {
	  padding: 0 1em;
	  padding: 0 1rem;
	  margin-top: 0.5em;
	  font-size: 0.95em;
  }
  .col h3, .col2 h3 {
	  padding: 0 1em;
	  padding: 0 1rem;
  }  
  .col ul, .col2 ul {
	  margin-left: 1.5em;
  }  
  .col p.more {
	  padding: 0.5em 2.5%;
	  position: absolute;
	  bottom: 0;
	  left: 5%;
	  width: 85%;
  }
  .col p.more a {
	  text-align: center;
	  background: url(../img/nav-arrow-light.png) 96% center no-repeat;
	  background-size: auto 18px;	  
  }  
}
@media only screen and (min-width: 800px) {
	html {
		font-size: 75%;
	}
}
@media only screen and (min-width: 900px) {
	html {
		font-size: 85%;
	}
}
@media only screen and (min-width: 1000px) {
	html {
		font-size: 90%;
	}
  .col p.more a {
	  background-size: auto 24px;	  
  }		
}
@media only screen and (min-width: 1100px) {
	html {
		font-size: 95%;
	}
}
@media only screen and (min-width: 1200px) {	
	html {
		font-size: 105%;
	}
  .col p.more a {
	  background-size: auto 30px;	  
  }		
  #logo-text h1 {
	  font-size: 46px;
  }  
}



.video-container-wrapper {
max-width: 100%;
width: 600px;
left: 0;
right:0;
margin:auto;
}


.video-container iframe,
.video-container object,
.video-container embed {
    position: relative;
    top: 0;
    left: 0;
	width: 100%;
    
}

#map-plug {display:none;}

#google-reviews {
position: relative;
width: 1000px;
height: 650px;
//display:flex;
//flex-wrap:wrap;
display: grid;
grid-template-columns: repeat( auto-fit, minmax(300px, 1fr));

}

.review-item {
border:solid 1px rgba(190,190,190,.35);
margin:0 auto;
padding:1em;
flex: 1 1 20%;
}

@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}

@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}

.review-meta, .review-stars {text-align:center; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text {  line-height:1.55; text-align:left; max-width:32em; margin:auto;}

 

.review-stars ul {
display: inline-block;
list-style: none;
margin:0; padding:0;
}

.review-stars ul li {
float: left;
margin-right: 1px;
line-height:1;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }

@charset "utf-8";
/* CSS Document */
/* Umzug Transporte Breckwoldt */
/* Styles for IE <= 8 */

@media only screen and (min-width: 700px) {
  .col, .col2 {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #FFF;
	background: url(../img/box-bgd-ie8.png) left top repeat;
  }	
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
	height: auto;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	overflow: hidden;
}
.nivo-box img {
	display: block;
	}

	
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

#t1 {
	font-size: 2em;
	text-align: center;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: 700;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
#centerPas{
  margin: auto;
  width: 95%;
  padding: 10px;}

  /* 
  -----------------------------------
  Pop Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 03 - Greystone
  Modified for somni bene
  -----------------------------------
*/

/*Preparation for Affinity Core Theme
Use these rules to prepare your Affinity page for use with PMM3
.top-navigation .menu-top-wrapper .p7PM3-03 {
	border-bottom: none;
	box-shadow: none !important;
	background: none !important;
}
.top-navigation {
	background: linear-gradient(90deg, #C0C0C0, #A2A2A2);
	background-color: #BBB;
}
/*END: Affinity Prep Rules*/

.p7PM3-03 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
/*	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-size: 18px;
	background: linear-gradient(90deg, #C0C0C0, #A2A2A2);
	background-color: #BBB;
	border-bottom: 1px solid #000;*/
	line-height: 1;
	/*-webkit-transform-style: preserve-3d;*/
}
.p7PM3-03.horiz {
	padding: 0px 8px;
	padding: 0;
}
.pmm3-toolbar {
	display: none;
}
.p7PM3-03.rounded {
	border-radius: 0px 0px 0px 0px;
}
.p7PM3-03.shadows {
	border-bottom-color: #FFF;
	box-shadow: 0px 0px 40px rgba(0,0,0,.25);
}
.p7PM3-03 a img {
	border: none;
}
.p7PM3-03.menu-centered {
	text-align: center;
}
.p7PM3-03.menu-right {
	text-align: right;
}
.p7PM3-03:after {
	content: "\0020";
	clear: both;
	font-size: 0px;
	line-height: 0;
	display: inline;
	height: 0px;
}
.p7PM3-03 ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.p7PM3-03 ul li {
	list-style-type: none;
	float: left;
	position: relative;
	margin: 0px;
}
.p7PM3-03 ul li a {
	display: block;
	/*padding: 12px 18px;*/
	padding: 0.75em 1.5em;
	/*padding: 0.5rem 1.25rem;*/
	padding: 0.75rem 1.5rem;
	line-height: 1.5em;	
	line-height: 1.5rem;	
	/*color: #000;*/
	color: #FFF;
	font-size: 1em;
	font-size: 1.15rem;
	text-decoration: none;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}

.p7PM3-03 ul li a.trig_closed {
	/*background-image: url(img/pmm3-right-dark.gif);*/
	background-image: url(img/pmm3-right-light.gif);
	/*background-color: #032f5c;*/
	/*background-image: url(img/pmm3-right-light.gif), linear-gradient(180deg, #365a7e 0%, #365a7e 50%, #032f5c 54%, #032f5c 100%) !important;*/
	color: #FFF;	
}
.p7PM3-03 ul ul li a.trig_closed {
	background-image: url(img/pmm3-right-medium.gif);
}
.p7PM3-03 ul li a.trig_open {
	background-image: url(img/pmm3-down-light.gif);	
	background-color: #c00000;
	background-image: url(img/pmm3-down-light.gif);
	background-image: url(img/pmm3-down-light.gif), -moz-linear-gradient(top,  #cd3333 0%, #cd3333 48%, #c00000 52%, #c00000 100%) !important;
	background-image: url(img/pmm3-down-light.gif), -webkit-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%) !important;
	background-image: url(img/pmm3-down-light.gif), -o-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%) !important;
	background-image: url(img/pmm3-down-light.gif), -ms-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); !important;	
	background-image: url(img/pmm3-down-light.gif), linear-gradient(to bottom,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%) !important;
	color: #FFF;	
}
.p7PM3-03 ul ul li a.trig_open {
	background: url(img/pmm3-down-medium.gif), linear-gradient(90deg, #333 70%, #000);
}

.p7PM3-03 ul li a.pm3-link:hover, .p7PM3-03 ul li a.pm3-link:focus {
	background-color: #c00000;
	background-image: none, -moz-linear-gradient(top,  #cd3333 0%, #cd3333 48%, #c00000 52%, #c00000 100%);
	background-image: none, -webkit-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	background-image: none, -o-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	background-image: none, -ms-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	background-image: none, linear-gradient(to bottom,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	color: #FFF;	
	
	
}
.p7PM3-03 ul ul li a {
	border: none;
	/*border-bottom: 1px solid rgba(0,0,0,.3);*/
	border-bottom: 1px solid #FFF;
	/*color: #AAA;*/
	color: #DDD;
	color: #CCC;
	color: #FFF;
	/*font-size: .9em;*/
/*	font-size: 85%;
	font-size: 1.075rem;
	font-size: 1rem;*/
	font-size: 0.8em;
	font-size: 1rem;
	
background: #3c3c3c; /* Old browsers */
background: -moz-linear-gradient(top,  #4d4d4d 0%, #4d4d4d 48%, #3c3c3c 52%, #3c3c3c 100%); /* FF3.6+ */
background: -webkit-linear-gradient(top,  #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4d4d4d 0%,#4d4d4d 48%,#3c3c3c 52%,#3c3c3c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#3c3c3c',GradientType=0 ); /* IE6-9 */  
	
}
.p7PM3-03 ul ul li a.pm3-link:hover, .p7PM3-03 ul ul li a.pm3-link:focus {
	/*background: none, linear-gradient(90deg, #333 70%, #000);*/
	/*background-color: #032f5c;*/
/*	background: #a92929;
	background: #fcdf15;
	color: #DDD;
	color: #1d1d1b;*/
	
background: #c00000; /* Old browsers */
background: -moz-linear-gradient(top,  #cd3333 0%, #cd3333 48%, #c00000 52%, #c00000 100%); /* FF3.6+ */
background: -webkit-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3333', endColorstr='#c00000',GradientType=0 ); /* IE6-9 */	
	
	color: #FFF;	
}

.p7PM3-03 ul ul {
/*	background-color: #111;
	background: linear-gradient(180deg, #222 60%, #151515);*/
	background-color: #365a7e;
	background-color: #d03636;
	background-color: #fcdf15;	
	
	display: block;
	text-align: left;
	width: 200px;
	border: 1px solid #FFF;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(102, 102, 102, 0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(102, 102, 102, 0.5);
	box-shadow: 5px 5px 10px 0px rgba(102, 102, 102, 0.5);	
}
.p7PM3-03.transparent ul ul {
	background: linear-gradient(180deg, rgba(34,34,34,1), rgba(0,0,0,.88));
}
.p7PM3-03.shadows ul ul {
	box-shadow: 10px 10px 30px rgba(0,0,0,.35);
}
.p7PM3-03 ul ul div {
	z-index: 10;
}
.p7PM3-03.auto-subs ul ul {
	width: auto;
}
.p7PM3-03.auto-subs ul ul li a {
	white-space: nowrap;
}
.p7PM3-03 ul ul li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
}
.p7PM3-03 ul ul li:last-child a {
	border-bottom: none;
}

/*ROUNDED CORNERS OPTION - Sub-Center Bias*/
.p7PM3-03.rounded ul ul {
	border-radius: 0px 0px 5px 5px;
}
.p7PM3-03.rounded ul ul ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-03.rounded.justified ul li.pm3first ul.level_2,
.p7PM3-03.rounded.sub-left ul ul {
	border-top-left-radius: 0px;
}
.p7PM3-03.rounded.sub-left ul ul ul {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.p7PM3-03.rounded.justified ul li.pm3last ul.level_2 {
	border-top-right-radius: 0px;
}
.p7PM3-03.rounded ul ul ul a.pm3first,
.p7PM3-03.rounded ul ul ul .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px;
}
.p7PM3-03.rounded.sub-centered.justified ul li.pm3first ul.level_2 a.pm3first,
.p7PM3-03.rounded.sub-right.justified .pm3first .level_2 a.pm3first,
.p7PM3-03.rounded.sub-left ul.level_2 a.pm3first {
	border-top-left-radius: 0px;
}
.p7PM3-03.rounded.sub-left ul.level_3 a.pm3first,
.p7PM3-03.rounded.sub-right.justified .pm3first .level_2 ul a.pm3first {
	border-top-left-radius: 5px;
}
.p7PM3-03.rounded.justified ul li.pm3last ul.level_2 a.pm3first,
.p7PM3-03.rounded.sub-right ul.level_2,
.p7PM3-03.rounded.sub-right ul.level_2 a.pm3first {
	border-top-right-radius: 0px;
}
.p7PM3-03.rounded.sub-right ul.level_2 ul,
.p7PM3-03.rounded.sub-right ul.level_2 ul a.pm3first {
	border-top-right-radius: 5px;
}
.p7PM3-03.rounded.sub-right.justified .pm3first .level_2 ul,
.p7PM3-03.rounded.sub-right.justified .pm3first .level_2 ul a.pm3first {
	border-top-right-radius: 5px;
}
.p7PM3-03.rounded ul ul a.pm3last,
.p7PM3-03.rounded ul ul .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px;
}
.p7PM3-03.rounded ul ul a.pm3first.pm3last {
	border-radius: 5px 5px 5px 5px;
}

/*Menu Up Rounded Exceptions*/
.p7PM3-03.rounded ul a.root_trig.trig_up {
	border-radius: 0px;
}
.p7PM3-03.rounded li.trig_up div {
	padding-bottom: 10px;
}
.p7PM3-03.rounded .trig_up ul a.pm3first {
	border-radius: 5px 5px 5px 5px !important;
}
.p7PM3-03.rounded ul li.trig_up ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-03.rounded .trig_up .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px !important;
}
.p7PM3-03.rounded .trig_up .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px !important;
}
.p7PM3-03.vert.rounded {
	border-radius: 5px !important;
}
.p7PM3-03.vert.rounded a.root_trig {
	border-radius: 0px !important;
}
.p7PM3-03.vert.rounded ul a.pm3first {
	border-radius: 5px 5px 0px 0px !important;
}
.p7PM3-03.vert.rounded ul a.pm3last {
	border-radius: 0px 0px 5px 5px !important;
}
.p7PM3-03.vert.rounded ul a.pm3first.pm3last {
	border-radius: 5px !important;
}
.p7PM3-03.vert.rounded ul {
	border-radius: 5px;
}

/*DISPLAY AS TITLE ONLY*/
.p7PM3-03 li.pmm3-title-bar,
.p7PM3-03.vert li.pmm3-title-bar {
	padding: 12px 18px;
	color: #DDD;
	background-color: #666;
	border-radius: 0px;
}
.p7PM3-03.auto-subs ul ul .pmm3-title-bar {
	white-space: nowrap;
}
.p7PM3-03.rounded ul ul li:last-child.pmm3-title-bar {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.p7PM3-03.rounded ul ul li:first-child.pmm3-title-bar {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*IMAGE LINKS*/
.p7PM3-03 .p7PM3_img {
	border: none;
	padding: 0px;
	text-align: center;
	background: none !important;
}
.p7PM3-03 .p7PM3_img img {
	border: none;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}

/*VERTICAL MODE */
.p7PM3-03.vert {
	border: none;
}
.p7PM3-03.vert ul {
	display: block;
}
.p7PM3-03.vert ul li {
	float: none;
	padding: 0px;
	position: relative;
}
.p7PM3-03.vert.rounded ul li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.p7PM3-03.vert.rounded ul li:first-child a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.p7PM3-03.vert ul li a.trig_open {
	color: #EEE;
	background: url(img/pmm3-down-medium.gif), linear-gradient(90deg, #222 70%, #000);
}
.p7PM3-03.vert.rounded {
	border-radius: 5px;
}
.p7PM3-03.vert.rounded ul ul {
	border-radius: 5px;
}
.p7PM3-03.vert ul ul li {
	padding: 0px;
	margin: 0px;
}
/*CURRENT MARK */
.p7PM3-03 ul li a.current_mark {
/*	background-color: #032f5c;
	background-image: -moz-linear-gradient(top, #365a7e 0%, #365a7e 50%, #032f5c 54%, #032f5c 100%);
	background-image: -webkit-linear-gradient(top, #365a7e 0%, #365a7e 50%, #032f5c 54%, #032f5c 100%);
	background-image: -o-linear-gradient(top, #365a7e 0%, #365a7e 50%, #032f5c 54%, #032f5c 100%);
	background-image: -ms-linear-gradient(top, #365a7e 0%, #365a7e 50%, #032f5c 54%, #032f5c 100%);			
	background-image: linear-gradient(top, #365a7e 0%, #365a7e 50%, #032f5c 54%, #032f5c 100%);*/
	background-color: #fcdf15;
	
background: #c00000; /* Old browsers */
background: -moz-linear-gradient(top,  #cd3333 0%, #cd3333 48%, #c00000 52%, #c00000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd3333), color-stop(48%,#cd3333), color-stop(52%,#c00000), color-stop(100%,#c00000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3333', endColorstr='#c00000',GradientType=0 ); /* IE6-9 */	
	
	color: #FFF;
}
.p7PM3-03 ul li a.trig_closed.current_mark {
	background-color: #c00000;
	background-image: url(img/pmm3-right-light.gif), -moz-linear-gradient(top,  #cd3333 0%, #cd3333 48%, #c00000 52%, #c00000 100%);
	background-image: url(img/pmm3-right-light.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd3333), color-stop(48%,#cd3333), color-stop(52%,#c00000), color-stop(100%,#c00000));
	background-image: url(img/pmm3-right-light.gif), -webkit-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	background-image: url(img/pmm3-right-light.gif), -o-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	background-image: url(img/pmm3-right-light.gif), -ms-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);	
	background-image: url(img/pmm3-right-light.gif), linear-gradient(to bottom,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%);
	/*background-color: #fcdf15;*/
}
.p7PM3-03 ul ul li a.current_mark {
	color: #FFF;
	/*font-weight: bold;*/
/*	background-image: none;
	background-color: #032f5c;*/
	/*background-color: #fcdf15;*/
background: #c00000; /* Old browsers */
background: -moz-linear-gradient(top,  #cd3333 0%, #cd3333 48%, #c00000 52%, #c00000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd3333), color-stop(48%,#cd3333), color-stop(52%,#c00000), color-stop(100%,#c00000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cd3333 0%,#cd3333 48%,#c00000 52%,#c00000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3333', endColorstr='#c00000',GradientType=0 ); /* IE6-9 */	
	text-shadow: none;
}
.p7PM3-03.vert ul li a.current_mark {
	font-weight: bold;
	text-shadow: none;
}

/*
NO-SCRIPT RULES
The following rules enable your menu to work even when javascript is disabled in the browser
*/
.p7PM3-03.p7PM3noscript {
	position: relative;
}
.p7PM3-03.p7PM3noscript ul ul {
	position: absolute;
	display: none;
	top: 100%;
}
.p7PM3-03.p7PM3noscript ul ul ul {
	display: none;
	top: 0px;
	left: 100%;
}
.p7PM3-03.vert.p7PM3noscript ul ul {
	top: 0px;
	left: 100%;
}
.p7PM3-03.p7PM3noscript li:hover ul {
	display: block;
}
.p7PM3-03.p7PM3noscript li:hover ul ul, .p7PM3-03.p7PM3noscript li:hover ul ul ul, .p7PM3-03.p7PM3noscript li:hover ul ul ul ul, .p7PM3-03.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-03.p7PM3noscript li:hover ul ul ul ul ul ul {
	display: none;
}
.p7PM3-03.p7PM3noscript li li:hover ul, .p7PM3-03.p7PM3noscript li li li:hover ul, .p7PM3-03.p7PM3noscript li li li li:hover ul, .p7PM3-03.p7PM3noscript li li li li li:hover ul, .p7PM3-03.p7PM3noscript li li li li li li:hover ul {
	display: block;
}

/*BREADCRUMBS*/
.p7PM3-03_crumbs.centered {
	text-align: center;
}
.p7PM3-03_crumbs.right {
	text-align: right;
}
.p7PM3-03_crumbs ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 1em;
	display: inline-block;
}
.p7PM3-03_crumbs li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: .25em;
}
.p7PM3-03_crumbs a {
	text-decoration: none;
	color: #000;
}
.p7PM3-03_crumbs a:hover {
	text-decoration: underline;
}
.p7PM3-03_crumbs li:last-child {
	margin-right: 0px;
	font-weight: bold;
}
.p7PM3-03_crumbs.thick-arrow li:after {
    content: "\0020 \0020 \27A7";
}
.p7PM3-03_crumbs.thin-arrow li:after {
    content: "\0020 \0020 \279F";
}
.p7PM3-03_crumbs.open-arrow li:after {
    content: "\0020 \0020 \21E8";
}
.p7PM3-03_crumbs.triangle-dots li:after {
    content: "\0020 \0020 \2234";
}
.p7PM3-03_crumbs.double-colon li:after {
   content: "\0020 \0020 \2237";
}
.p7PM3-03_crumbs.pipe li:after {
   content: "\0020 \0020 |";
}
.p7PM3-03_crumbs.dash li:after {
   content: "\0020 \0020 -";
}
.p7PM3-03_crumbs li:last-child:after {
	content: "\0020";
}

/*END BREADCRUMB RULES*/

/* @media only screen and (min-width: 0px) and (max-width: 639px) {*/
@media only screen and (min-width: 0px) and (max-width: 699px) {	 
.p7PM3-03 {
}	 
.p7PM3-03.responsive > ul {
	margin-bottom: 3.6rem;

}
.p7PM3-03.responsive ul {
	background: #546271;
	background: #3c3c3c;
}
/*.p7PM3-03.responsive > ul {
	margin-top: 3.5em;
}*/
.p7PM3-03.responsive:after {
	display: none;
}
.p7PM3-03.responsive .pmm3-toolbar {
	display: block;
	/*background: url(../img/nav-bgd-1.gif) center left repeat-x;*/
	/*background: #fcdf15;*/
	padding: 5px 10px;
	padding: 5px 2px;
	text-align: right;
	cursor: pointer;
	/*margin-bottom: -3.5rem;*/
}
.p7PM3-03.responsive .pmm3-toolbar a {
	font-size: 2.35em;
	font-weight: bold;
	color: #999;
	color: #fcdf15;
	color: #FFF;
	text-decoration: none;
	background: #fcdf15;
	background: #3c3c3c;
	background: #c00000;
	padding: 0 12px;
}
.p7PM3-03.responsive .pmm3-toolbar a:hover {
	color: #1d1d1b;
	color: #FFF;
/*	background-color: transparent;
	background: #fcdf15;*/
}

.p7PM3-03.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7PM3-03.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7PM3-03.responsive {
	text-align: left !important;
	padding: 0px !important;
	box-shadow: none !important;
}
.p7PM3-03.responsive ul li a {
	font-size: 115%;
	line-height: 1.4;
}
.p7PM3-03.responsive.vert ul {
	margin-top: 0px;
}
.p7PM3-03.responsive ul {
	display: block;
	padding: 0px;
}
.p7PM3-03.responsive ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFF;
}

.p7PM3-03.responsive ul li a {
	color: #DDD;
}
/* Neu dazugekommen */
.p7PM3-03.responsive ul li a.current_mark {
	background: #0c2035;
	background: #1d1d1d;
	background: #C00000;
	color: #FFF;
}
.p7PM3-03.responsive ul li a.current_mark:hover {
	background-color: #C00000 !important;
}
/* Bis hierher */
.p7PM3-03.responsive ul ul {
	position: static !important;
	width: auto;
	padding: 0px;
	border: none;
	border-top: 1px solid #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.p7PM3-03.responsive a:hover, 
.p7PM3-03.responsive a.pm3-link:hover {
	background-color: #222;
	color: #DDD;
	background-color: #304153;
	background-color: #C00000;
	color: #FFF;
}
.p7PM3-03.responsive ul ul li {
	padding: 0px;
	border: none;
}
.p7PM3-03.responsive ul ul li a {
	background: #5c5c5c;
	padding-left: 2em;
}
.p7PM3-03.responsive .pmm3-title-bar {
	padding: 12px 18px;
}
.p7PM3-03.responsive ul ul a,
.p7PM3-03.responsive ul ul .pmm3-title-bar {
	padding-left: 24px;
}
.p7PM3-03.responsive ul ul ul a,
.p7PM3-03.responsive ul ul ul .pmm3-title-bar {
	padding-left: 32px;
}
.p7PM3.responsive ul.closed {
	display: none;
}
.p7PM3.responsive ul.opened {
	display: block;
}

.p7PM3-03.responsive ul li a.trig_open {
	background-color: #304153;
	background-color: #C00000;
	background-image: url(img/pmm3-down-light.gif) !important;
}
.p7PM3-03.responsive ul li a.pm3-link:hover, .p7PM3-03.responsive ul li a.pm3-link:focus {
	background: #304153;
	background-color: #C00000;
	color: #FFF;
}
.p7PM3-03.responsive ul ul li a.current_mark {
	background-color: #C00000 !important;
	color: #CCC;
}
.p7PM3-03.responsive ul li a.trig_closed.current_mark {
	background-color: #C00000;
	background-image: url(img/pmm3-right-light.gif);
}
.p7PM3-03.responsive ul li a.trig_open.current_mark {
	background-color: #01d1d1d;
	background-image: url(img/pmm3-down-light.gif);
}

.p7PM3.responsive.rounded,
.p7PM3.responsive.rounded * {
	border-radius: 0px !important;
}
.p7PM3.responsive.shadows * {
	box-shadow: none !important;
}
.p7PM3-03_crumbs {
	display: none;
}
.p7PM3-03_crumbs.show-mobile {
	display: block;
}
/*Workaround for very old Android devices*/
.p7PM3-03 div {
	left: 0px !important;
	top: 0px !important;
}
/*End old Android workaround*/
}

#form-div {
	/*background-color: rgba(72,72,72,0.4);*/
	box-shadow:-2px 2px 16px 3px rgba(60,60,60,1);
    padding: 13px 16px 17px 16px;
       width: 77%;
    float: left;
    left: 10%;
    position: absolute;
    margin-top: 30px;
    margin-left: 0px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
/*City page design*/


.section_secondary_header h1, .section_secondary_header {
    text-align: center;
    color: #FFF;
    background: #c00000;
}
.section_secondary_header h1{
	margin-bottom: 0;
    margin-top: 0;
}
.row_custom {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
}
.row_custom h2{
	margin-top: 0;
}
.col_custom_12 {
    width: 100%;
}
.col_custom_6 {
    width: calc(50% - 20px);
}
.row_custom .col_custom_6:first-child {
    margin-right: 40px;
}
.col_custom_6 img{
	max-width: 100%
}
.custom_list ul{
	list-style-position: inside;
	padding-left: 0;
	list-style: none;
}
.custom_list ul li {
    position: relative;
    padding-left: 20px;
}
.custom_list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: #c00000;
    height: 8px;
    width: 8px;
    border-radius: 9999px;
}
.gray_sec_class{
	background: #f8f8f8;
}
.custom_contact_sec{
	background-color: #c00000;
	padding: 0 30px;
}
.last_contact_section{
	margin-bottom: 30px;
}
.custom_contact_sec .col_custom_6:first-child {
    width: calc(70% - 20px);
}
.custom_contact_sec .col_custom_6:last-child {
    width: calc(30% - 20px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.custom_contact_sec .col_custom_12,
.custom_contact_sec .col_custom_6{
	color: #ffff;
}
.custom_row_padding{
	paddding: 40px 20px;
}
.custom_row_padding h2{
	text-align: center;
}
a.custom_btn_class {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    border: 2px solid #ffff;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 4px;
    text-align: center;
    color: #c00000;
    text-decoration: none;
    background: #ffff;
    min-width: 180px;
    transition: 0.3s;
}
a.custom_btn_class:hover {
    background: none;
    color: #ffff;
}
.read_more_text{
	display: none;
}
.readmore_btn{
	margin-top: 20px;
	font-weight: 500 !important;
    text-decoration: underline !important;
    display: inline-block !important;
    color: #c00000 !important;
}
a.readmore_btn.active{
	margin-top: 0;
}
.pt0{
	padding-top: 0;
}
.pb0{
	padding-bottom: 0;
}
.mt0{
	margin-top: 0;
}
.mb0{
	margin-bottom: 0;
}
