@charset "utf-8";

/*
#1c75bc = Blau
#fbb040 = Orange
#be1e2d = Rot
*/

/* Allgemeine Definitionen
----------------------------------------------- */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, table, ul {
    -webkit-text-size-adjust: none;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background: #1c75bc;
	color: #6d7d8a;
	height: 100%;
	font-size: 15px;
	font-family: OptimaLTStd;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;	
}
.linksumfliessend {
	float: left;
	margin: 0 15px 10px 0;
}
.rechtsumfliessend {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.blue,
.orange,
.red {
	color: #fff;
}
.blue {
	background: #1c75bc;
}
.orange {
	background: #fbb040;
}
.red {
	background: #be1e2d;
}
.grey {
	background: #e1e1e1;
}
hr {
	display: none;
}
.hr {
	background: #dedede;
	clear: both;
	font-size: 1%;
	height: 1px;
	margin: 18px 0;
	line-height: 1px;
}
.atab {
	float: left;
	width: 4em;
}
strong,
b {
	font-family: OptimaLTPro-Medium;
	font-weight: normal;
	font-style: normal;
}


/* Links
----------------------------------------------- */
a {
	color: #6d7d8a;
	outline: none;
	text-decoration: underline;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s;  
	-ms-transition: all 0.3s;  
	-o-transition: all 0.3s;  
	transition: all 0.3s; 
	opacity: 1;
}
a:hover {
	color: #1c75bc;
	text-decoration: none;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s;  
	-ms-transition: all 0.3s;  
	-o-transition: all 0.3s;  
	transition: all 0.3s; 
	opacity: 1;
}
a.b3link {
	border-top: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	display: block;
	float: left;
	line-height: 18px;
	padding: 7px 0;
	text-decoration: none;
	width: 100%;
}
a.b3link span {
	opacity: .75;
}
a.b3link:first-child {
	border-top: none;
	padding-top: 0;
}
a.b3link:last-child {
	padding-bottom: 0;
}
a:hover.b3link {
	color: #fff;
	opacity: .75;
	text-decoration: none;
}
a.more {
	white-space: nowrap;
}
.boxhead a,
.boxhead a:hover {
	color: #fff;
	text-decoration: none;
}
.grey .boxhead a,
.grey .boxhead a:hover {
	color: #1c75bc;
	text-decoration: none;
}
a.whitelink {
	color: #fff;
	text-decoration: underline;
}
a:hover.whitelink {
	color: #fff;
	text-decoration: none;
	opacity: .75;
}
a.slbtn {
	background: #fff;
	border: 1px solid #dedede;
	color: #333;
	display: block;
	float: right;
	font-family: OptimaLTPro-Medium;
	font-weight: normal;
	font-style: normal;
	padding: 10px 15px;
	text-decoration: none;
}
a:hover.slbtn {
	background: #1d76bc;
	color: #fff;
	text-decoration: none;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	opacity: .8;
}
#footer a.wmflink {
	text-decoration: underline;
}
#footer a:hover.wmflink {
	text-decoration: none;
}


/* Typo
----------------------------------------------- */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #1c75bc;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h1 {
	font-family: OptimaLTPro-Medium;
	font-size: 28px;
	margin: 0 0 24px 0;
}
h2, h3, h4, h5, h6, p.boxhead {
	font-family: OptimaLTPro-Medium;
	font-size: 25px;
	margin: 0 0 16px 0;
}
p.boxhead {
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.grey p.boxhead {
	border-bottom: 1px solid #ccc;
}
.post h3 {
	border-bottom: 1px solid #dedede;
	margin-bottom: 14px;
	padding-bottom: 4px;
}
#footer h6 {
	color: #fff;
}
p {
	margin: 0 0 1.3em 0;
	padding: 0;
}
p.pnull {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0 0 1em 15px;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
.inner {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1170px;
}
#header {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.header-box {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #0d4d41;
	padding: 10px 10px;
	margin-bottom: 15px;
	font-size: 1.2rem;
	font-family: OptimaLTPro-Medium;
}

p.logo {
	float: left;
	margin: 22px 0 20px 0;
	padding: 0;
}
.shadow {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 99999999;
}
#content {
	background: url(gfx/bg_top.png) repeat-x 0 0;
	float: left;
	line-height: 21px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#home #content {
	background: #fff;
}
#content .inner {
	/*background: url(gfx/shadow.png) no-repeat center top;*/
	padding-top: 50px;
}
#home #content .inner {
	padding-top: 0;
}
#txt {
	float: left;
	margin: 0 4.27350427% 0 0; /*50px*/
	padding: 0;
	width: 70.9401709%; /*830px*/
}
#sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 24.786324786%; /*290px*/
}
.full {
	float: left;
	margin: 0;
	padding: 35px 0 25px 0;
	width: 100%;
}
.box3 {
	float: left;
	margin: 0 2.56410256% 30px 0; /*30px*/
	padding: 0;
	width: 31.6239316%; /*370px*/
}
.box23 {
	margin: 0;
	padding: 0;
	float: left;
	width: 65.8119658%; /*770px*/
}
.lastbox {
	margin-right: 0;
}
.boxpad {
	padding: 22px 25px 5px 25px;
}
.sidebox {
	float: left;
	margin: 0 0 30px 0;
	padding: 17px 5% 2px 5%;
	width: 90%;
}
.post {
	border-bottom: 1px solid #dedede;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	width: 100%;
}
.postimg,
.postimg2 {
	float: left;
	margin: 0 2.56410256% 0 0; /*30px*/
	padding: 0;
	width: 31.62393162%; /*370px*/
}
.postimg2 {
	width: 25.6410256%; /*300px*/
}
.posttxt {
	float: left;
	margin: 0;
	padding: 0;
}
.postbox {
	margin: 0;
	padding: 0;
	float: left;
	width: 71.79487%; /*500px*/
}
.blogimg {
	margin-bottom: 30px;
}
.blogimg2 {
	margin-top: 30px;
	margin-bottom: 30px;
}
h1.posthead {
	border-bottom: 1px solid #dedede;
	margin: 9px 0 7px 0;
	padding-bottom: 1px;
}
.postmeta {
	float: left;
	margin-bottom: 15px;
	padding-bottom: 0;
	width: 100%;
}
p.postdate {
	float: left;
}
.share,
.fb-share-button,
.g-plus {
	float: right;
}
#footer {
	float: left;
	margin: 50px 0 0 0;
	padding: 35px 0;
	text-align: left;
	width: 100%;
}
#footer p {
	margin: 0;
	padding: 0;
}
ul.social {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}
ul.social li {
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
}
ul.social li:last-child {
	margin-right: 0;
}


/* Video
-----------------------------------------------*/
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* Formulare
-----------------------------------------------*/
.mc-field-group {
	float: left;
	margin-right: 5px;
}
.mcinput  {
	border: 1px solid #ccc;
	font-size: inherit;
	line-height: 16px;
	padding: 4px 5px;
}
#sidebar .mcinput  {
	padding: 3px 5px;
	width: 140px;
	max-width: 95%;
}
input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
input {
  *overflow: visible;
  line-height: normal;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button {
  display: inline-block;
  *display: inline;
  padding: 4px 25px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#sidebar .button {
  margin-bottom: 8px;
  padding: 3px 10px;
}

.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
}

.button:active,
.button.active {
  background-color: #cccccc \9;
}

.button:first-child {
  *margin-left: 0;
}

.button:hover,
.button:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button.active,
.button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


#kontaktform {
	float: left;
	margin: 0;
	text-align: left;
}
#kontaktform p {
	margin: 0 0 18px 0;
	padding: 0;
}
#kontaktform p.pfl,
#kontaktform p.pfr {
	float: left;
	width: 405px;
}
#kontaktform p.pfl {
	margin-right: 20px;
}
.stdlabel,
.xllabel {
	display: block;
	float: left;
	width: 100%;
}
.stdinput,
.stdselect,
.stdtexta {
	border: 1px solid #85898e;
	color: #85898e;
	font-family: inherit;
	font-size: 1em;
	padding: 8px 0;
	width: 383px;
	-moz-box-shadow:    inset 2px 2px 4px rgba(0,0,0,.18);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.18);
	box-shadow:         inset 2px 2px 4px rgba(0,0,0,.18);
}
.stdselect {
	width: 405px;
}
.stdinput,
.stdtexta {
	padding-left: 10px;
	padding-right: 10px;
}
.stdtexta {
	height: 170px;
	width: 808px;
}
.required {
	float: right;
	font-size: 12px;
	line-height: 28px;
}







/* Navigationen
-----------------------------------------------*/
ul#navmenu-h {
	float: right;
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 99999999998;
}
ul#navmenu-h ul {
	 display: none;
	 float: none;
	 left: 22px;
	 list-style: none;
	 margin: 0;
	 position: absolute;
	text-transform: none;
	 top: 100%;
	 width: 190px; /* Sub Menu Width */
	 z-index: 999999;
	-moz-box-shadow: 2px 7px 5px rgba(0, 0, 0, .32);
	-webkit-box-shadow: 2px 7px 5px rgba(0, 0, 0, .32);
	box-shadow: 2px 7px 5px rgba(0, 0, 0, .32);
}
ul#navmenu-h ul ul,ul#navmenu-h ul ul ul {
	left: 100%;
	top: 0;
}
ul#navmenu-h li {
	display: inline;
	float: left;
	position: relative;
}
ul#navmenu-h ul li {
	display: block;
	width: 100%;
}
/* Root Menu */
ul#navmenu-h a {
	background: #fff;
	border-top: 3px solid #fff;
	color: #333;
	display: block;
	float: left;
	height: 1%;
	line-height: 24px;
	margin: 0 0 0 34px;
	padding: 40px 0 10px 0;
	text-decoration: none;
}
ul#navmenu-h ul a {
	border-top: none;
	color: #fff;
	line-height: 18px;
	margin: 0;
	padding: 7px 10px;
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
	background: #fff;
	color: #1c75bc;
	-moz-transition: all 0s; 
	-webkit-transition: all 0s;  
	-ms-transition: all 0s;  
	-o-transition: all 0s;  
	transition: all 0s; 
	opacity: 1;	
}
ul#navmenu-h a.selected {
	border-top: 3px solid #1c75bc;
	color: #1c75bc;
}
/* 2nd Menu */
ul#navmenu-h ul a.selected {
	border-top: none;
	color: #333;
}
ul#navmenu-h ul a:hover.selected {
	color: #fff;
}
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
	background: #fff;
	color: #333;
	float: none;
	-moz-transition: all 0.1s; 
	-webkit-transition: all 0.1s;  
	-ms-transition: all 0.1s;  
	-o-transition: all 0.1s;  
	transition: all 0.1s; 
	opacity: 1;		
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
	background: #1c75bc;
	color: #fff;
}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
	background: #5b6365;
	color: #fff;
}
/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: #bb1600;
	background: rgba(187, 22, 0, .88);
	color: #fff;
}
/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
	 background: #5b6365;
}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #bb1600;
	background: rgba(187, 22, 0, .88);
	color: #fff;
}
/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul {
	display: block;
}

/* Subnavi */
ul#sidenav {
	margin: 0;
	padding: 0;
}
ul#sidenav li {
	border-bottom: 1px solid #ccc;
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
ul#sidenav li:last-child {
	border-bottom: none;
}
ul#sidenav li a {
	color: #6d7d8a;
	float: left;
	text-decoration: none;
	width: 100%;
}
ul#sidenav li a:hover {
	color: #1c75bc;
	text-decoration: none;
}
ul#mobilemenu,
.navtoogle {
	display: none;
}







/* Responsive
-----------------------------------------------*/
@media only screen and (max-width: 1170px) {
	.box4 img {
		width: 100%;
	}
	.social {
		font-size: .83em;
	}
	#kontaktform p.pfl,
	#kontaktform p.pfr {
		width: 100%;
	}
	#kontaktform p.pfl {
		margin-right: 0;
	}
	.stdinput,
	.stdtexta {
		padding-left: 1%;
		padding-right: 1%;
	}
	.stdtexta {
		width: 97%;
	}
}
@media only screen and (max-width: 1024px) {
	#content .inner {
		padding-top: 30px;
	}
	h1 {
		font-size: 24px;
	}
	h2, h3, h4, h5, h6, p.boxhead {
		font-size: 21px;
	}
	ul#navmenu-h {
		font-size: 15px;
	}
	ul#navmenu-h ul {
		 width: 190px; /* Sub Menu Width */
	}
	ul#navmenu-h a {
		margin-left: 19px;
	}
	.eqh2 {
		height: 300px;
	}
	/*#home a.boximg strong {
		font-size: 28px;
		line-height: 32px;
	}*/
	ul#menu2 {
		font-size: 14px;
		line-height: 18px;
	}
	ul#menu2 li.link1 a,
	ul#menu2 li.link2 a,
	ul#menu2 li.link3 a {
		padding-top: 135px;	
	}
}
@media only screen and (max-width: 800px) {
	#navmenu-h {
		display: none;
	}
	p.navtoogle {
		display: block;
		float: right;
		font-size: 21px;
		line-height: 24px;
		margin: 15px 0 10px 0;
		padding: 0;
		text-transform: uppercase;
	}	
	p.navtoogle a {
		color: #6d7d8a;
		display: block;
		text-decoration: none;
	}	
	p.navtoogle a:hover {
		color: #1c75bc;
		text-decoration: none;
	}
	ul#mobilemenu {
		background: #1c75bc;
		float: left;
		margin: 0 0 20px 0;
		padding: 0;
		text-transform: uppercase;
		width: 100%;
	}
	ul#mobilemenu li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	ul#mobilemenu a {
		background: #1c75bc;
		border-top: 1px solid #4196da;
		color: #fff;
		display: block;
		float: left;
		font-size: 16px;
		line-height: 42px;
		padding: 0 3%;
		text-decoration: none;
		width: 94%;
	}
	ul#mobilemenu a:hover {
		color: #fff;
		text-decoration: none;
	}
	ul#mobilemenu ul {
		margin: 0;
		padding: 0;
		text-transform: none;
		width: 100%;
	}
	ul#mobilemenu ul li {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	ul#mobilemenu ul a {
		font-size: 15px;
		line-height: 32px;
		padding: 0 3% 0 10%;
		width: 87%;
	}
	ul#mobilemenu ul a:hover {
	}
	#content .inner {
		padding-top: 20px;
	}
	p.boxhead {
		font-size: 17px;
	}
	.stdinput,
	.stdselect,
	.stdtexta {
		width: 97%;
	}
	.stdselect {
		width: 99%;
	}
}
@media only screen and (max-width: 600px) {
	.logo {
		margin: 15px 0 13px 0;
		width: 50%;
	}
}
@media only screen and (max-width: 476px) {
	.nomobile {
		display: none;
	}
	#content .inner {
		padding-top: 12px;
	}
	#txt,
	#sidebar,
	.box3,
	.box23 {
		margin: 0 0 20px 0;
		padding: 0;
		width: 100%;
	}
	.postimg,
	.postimg2 {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.postbox {
		width: 100%;
	}	
	h1, h2, h3, h4, h5, h6, p.boxhead {
		font-size: 18px;
	}
}




/**
 * @license
 * MyFonts Webfont Build ID 2969482, 2015-02-10T10:08:51-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: OptimaLTPro-Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/optima/pro-medium/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2008 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, 
 * 
 * Webfont: OptimaLTStd by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/optima/optima/
 * Copyright: Copyright &#x00A9; 1985, 1987, 1989, 1991, 1995, 1998, 1999, 2002 Adobe Systems Incorporated.All Rights Reserved. &#x00A9; 1981, 1999, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2969482
 * Licensed pageviews: 250,000
 * 
 * Â© 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2d4f8a");

  
@font-face {font-family: 'OptimaLTPro-Medium';src: url('webfonts/2D4F8A_0_0.eot');src: url('webfonts/2D4F8A_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2D4F8A_0_0.woff2') format('woff2'),url('webfonts/2D4F8A_0_0.woff') format('woff'),url('webfonts/2D4F8A_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'OptimaLTStd';src: url('webfonts/2D4F8A_1_0.eot');src: url('webfonts/2D4F8A_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2D4F8A_1_0.woff2') format('woff2'),url('webfonts/2D4F8A_1_0.woff') format('woff'),url('webfonts/2D4F8A_1_0.ttf') format('truetype');}
 
.ccm-optout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: $base-color-lighter;
}

.ccm-optout__content {
	height: 100%;
	padding: 15px;
	font-size: 1.1rem;
	text-align: center;
	overflow: auto;
	font-size: .9rem;
}