/*   Content by 
  Druck & Service Garhammer GmbH
  Florian Garhammer
  f.garhammer@garhammer-druck.de
  Tel. +49 9921 904095
==================================================
  #Reset & Basics
  #Typography
  #Menu
    #TopMenu
  #Links
  #Lists
  #Images
  #Buttons
  #Forms, Tables & Tabs
  #Positions
  #Misc
    #Page Navigation
    #Back-to-Topic
    #Xmap
    #Transition
  #Zeile Details und Tooltip ausblenden
  */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, svg, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
    
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
  
body {  
  line-height: 1; }
  
ol, ul, li, a {
  list-style: none;
  text-decoration: none; }

blockquote, q {
  quotes: none; }
    
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }
  
table {  
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height:100.001%;
  overflow: scroll; }


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

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a  {
  font-family: 'Maven Pro', sans-serif;
  font-weight:700;
  text-transform: uppercase;
  color: #62accb;
  text-decoration: none;
  line-height: 1.3; }

h1, h1 a {
  font-size: 36px; }

h2, h2 a {
  font-size: 32px; }

h3, h3 a {
  font-size: 28px; }

h4, h4 a {
  font-size: 24px; }

h5, h5 a {
  font-size: 20px; }

.intro {
  font-family: 'Bitter', serif;
  font-size: 23px; 
  font-weight: 700;
  line-height: 1.;
  color: #62accb; }

p, span, li, ol, ul, table {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #707070; }
  
a {  
  font-family: 'Bitter', serif;
  color: #b09162;
  font-weight: 700;
  cursor: pointer;
  font-size: 17px;}

a:hover, .tree .hover, .treeview .hover {
  color: #c8aa7c; }

.sbutton, .mbutton {
color: #fff;
float: left;}

.sbutton a, .mbutton a{
  margin: 10px 5px 0 0;}

.strong { 
  font-weight: 700; 
  color: #333; }
 
span.big {
  font-size: 1.35em;
  font-weight: 700; } 
  
.small { 
  font-size: 80%; }

.ital { 
  font-weight: 400;
  font-style: italic; }
  
hr {
  border: none;
  border-bottom: 1px dotted #ddd;
  margin: 14px 0 28px;}

.same {
  margin: 14px 14px;}
  
p.header {
  margin: 28px 0px;
  text-align: center;
  background: url(../images/diagonal_grey.png) repeat scroll 0px 0px;
  font-size: 0px;
  border-radius: 3px; }
  
span.header, h3.header  {  
  font: 700 18px 'Bitter', serif;
  line-height: 14px;
  text-transform: uppercase;
  display: inline;
  padding: 0px 10px;
  letter-spacing: 0.1em;
  background: url(../images/bg_content.png) repeat-x scroll 0px 0px; }

.blue {color: #62accb;}
a.blue:hover {color: #8dd1ee;}
.gold {color: #b09162;}
.gold:hover {color: #c8aa7c;}
.red {color: #e44155;}
a.red:hover{color: #ff8191; }
.green{color: #21a071;}
.grey {color: #484848; }
a.grey:hover {color: #707070; }
.white, div .white > ul > li > a:hover, span.text-icon, .white > p > span, .white > p, .white > p > span > a:hover {color: #fff; }
a.white:hover{color: #b1d5ff; }

div .white > ul > li > a, .white > h3:nth-child(1), .white > p > span > a {
  color: #bbe8fb; }

.white > h3:nth-child(1) {
	padding-bottom: 10px;
	border-bottom: 4px solid #8dcde8;
	margin: 0 0 20px 0; }

.published, .counter, .published > span {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  background-color: #ddd;
  color: #fff;
  margin-bottom: 15px;
  border-left: 3px solid #62accb;
  padding: 3px 3px 3px 10px;}

.published > span {
  border-left: none;
  padding: 0;}

.gkNspPM > li > h3 > a
{
 font-size: 17px;}
 
 

 
 /* TAUBENZUSATZ
--------------------------------------------------------- */
p.taubenhead{
 	font-family: 'Maven Pro', sans-serif;
  	font-weight:700;
    font-size: 30px;
	display: block;
	color: #FFF;
	padding: 10px 20px;
    margin: 50px 0px;
    background-image: linear-gradient(135deg, #c8aa7c 1%, #b09162, 97%, transparent 80%);}
	
.taubenhead a{
	font-size: 26px;
    color: #FFF;}
	
.taubengeschlecht, .taubengeschlechtm{
  font-family: 'Bitter', serif;
  font-size: 25px; 
  font-weight: 700;
  color: #e44155;
  text-transform:uppercase; }

.taubengeschlechtm{
  color: #32ade0; }

.taubenzuechter{
  font-size: 23px; 
  color: #bbb; }
	
.taubenzusatz{
  font-size: 23px;}
	
 .gkNspPM-PortfolioGrid.without-overlay .figure.loaded > div > a:before {
    content: "Weiter";
    font-family: 'Maven Pro', sans-serif;
    left: 37%;
	padding: 10px 20px;
	background: #62accb;
	border-radius: 50px;
	color: #fff;
	width: auto;
	top: 45%;
}
.gkNspPM-PortfolioGrid > .figure img.image-loaded {
    opacity: 1;
}

.gkNspPM-PortfolioGrid.without-overlay > .figure.loaded > div > a {
    background: none;
}

.gkNspPM-PortfolioGrid .figcaption h3 a:before{
    content: '\f0a9  ';
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 25px;
float: left;
vertical-align: center;
margin: -4px;
padding-right: 5px;	
}

.gkNspPM-PortfolioGrid .figcaption h3 a {
 font-family: 'Maven Pro', sans-serif;
 font-weight:700;
 font-size: 18px;
display: block;
color: #FFF;
padding: 10px 20px;
margin: 0px 0px 30px;
background-image: linear-gradient(135deg, #62accb 1%, #8dd1ee, 97%, transparent 80%);}	

.gkNspPM-PortfolioGrid .figcaption h3 a:active, .gkNspPM-PortfolioGrid .figcaption h3 a:focus, .gkNspPM-PortfolioGrid .figcaption h3 a:hover {
color: #fff;
}

.gkNspPM-PortfolioGrid.without-overlay > .figure {
    padding: 0px;
}

/* #Menu
================================================== */

/* #TopMenu
--------------------------------------------------------- */

.menu_top li {
  float: left;
  display: inline;
  cursor: pointer;
}

.menu_top ul li {
  clear: both;
  float: left;
  margin: 0;
  line-height: 32px;
}

.menu_top ul.nav-child {
  position: absolute;
  visibility: hidden;
  top: 43px;
  min-width:100px;
  }

.menu_top li:hover ul.nav-child {
  visibility: visible;
  }  
 
.menu_top a, .menu_top span {
  color: #c7e6f3;
  font: 700 20px 'Bitter', serif;
  padding: 0 12px;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_top li:hover ul.nav-child a {
  color: #555;
  font: 700 20px 'Bitter', serif;
  border: none;
  border-radius: 0;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  padding: 3px 20px;
  background-color:#eee;}

.menu_top li:hover ul.nav-child a:hover{
	background-color:#8dcde8; }

.menu_top .active a, .menu_top .active span, .menu_top .active span:hover {
  color: #fff; }
  
.menu_top .active a:hover{
  color: #fff;  }

.menu_top li:hover a, .menu_top li:hover span {
  color: #fff;
  padding: 15px 12px;
  background-color: #7ac5e4;
  border-bottom: 3px solid #c7e6f3;
  border-radius: 5px 5px 0 0;}

.menu_top ul li ul.deeper {
	background-color: #62accb;
}

.menu_top span.nav-header:hover {
	background-color: #777;
	padding: 15px 12px;
	color: #fff
}
  
.menu_top span:after {
  content: " +";
}

.menu_top li:hover ul.nav-child a:hover {
  color: #fff;
  background-color: #62accb;
}

.nav menu > li {
  padding: 10px 0;
}

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



/* #Lists
================================================== */

li.downloads {
  padding: 2px 10px 2px 20px;
  list-style: none;}
  
li.downloads A, li.downloads{
  font-size: 17px;
  line-height: 2;}

li.downloads{
  background: url(../images/lidownloads.png) 0px 14px no-repeat; }
 

/* #Images
================================================== */

.iconimage {
  float: left;
  margin-right: 50px;}

img.sponsoren {
		width: 150px;
		height: auto;
		margin: 25px;
		float: left;}
		
img.fullsize {
		width: 100%; }

img.imggrid{	
	margin-right: 20px; margin-bottom: 20px; float: left;}
	
img.taube {	
	margin: 20px auto;
	max-width: 100%;	}
	
#left img {
    max-width: 100%;
    height: auto;}
	
/* #Buttons
================================================== */

.mbutton a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  padding: 1.3em 1.6em;
  font: 700 18px/0em 'Bitter', serif;
  color: #fff;
  background: #b09162;
  border-radius: 3px;
  margin-top: 10px;
  border: 1px solid #b09162;
}
  
.mbutton a:hover{
  background: #fff;
  color: #b09162;
  padding: 1.3em 1.4em 1.3em 1.8em;
  border: 1px solid #eee;}
  
.button-info::after {
    background: url("../images/button_pfeil.png") no-repeat scroll 50% 50% #c8aa7c;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
	border-radius: 3px;}
	
.button-info {
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
	background-color: #b09162;
	border-radius: 3px;}

.buttonn {
    display: inline-block;
    font-size: 18px;
	font-family: 'Bitter', serif;
    font-weight: 700;
    line-height: 24px;
	margin: 15px 0 10px 0;
    padding: 16px 64px 16px 20px;
    vertical-align: middle;}

.button-info:hover {
    background: none repeat scroll 0 0 #c8aa7c;
    color: #ffffff;}
	
.buttonn:hover {
    background: none repeat scroll 0 0 #c8aa7c;
    text-decoration: none;}
	
a.boxblue, span.boxblue{
	display: inline-block;
	width: auto;
	margin-right: 15px;}
	
a.boxblue:hover, span.bluebox:hover {
	color: #fff;
	background-color: #b09162;}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



a.buttoncorn, p.readmore, button, a.buttoncornwhite  { 
	margin-top: 20px;}
	
a.buttoncorn, p.readmore a, button, a.buttoncornwhite  { 
	padding: 10px 0px 10px 20px;
	border-radius: 50px;
	line-height: 3em;
	text-transform: uppercase;
	font-style: 700;
	font-size: 15px;}
	
a.buttoncorn:hover, p.readmore a:hover, button:hover, a.buttoncornwhite:hover   {
	transition: all .25s;
	padding: 10px 20px 10px 20px;}
	
a.buttoncorn:hover:after, p.readmore a:hover:after, .buttoncornwhite:hover:after   {
	margin-left: .7em;
	opacity: 1;
	transition: all .5s;}
			
.buttoncorn:after, p.readmore > .btn:after, .buttoncornwhite:after  {
	content: '\f0a9';
	font-family: 'FontAwesome';
	display: inline-block;
	transition: all .25s;
	opacity: 0;
	margin-left: 0.2em;}
	
.btn  {
	}
	
.icon.phone:before {content:'\f098';}
.icon.email:before {content:'\f0e0';}
	
.icon:before, div.white > ul.nav > li > a:before	{
	font-family: 'FontAwesome';
	padding-right: 10px;}

	
a.buttoncorn, p.readmore a, button, a.buttoncornwhite, .previous > a, .next > a  { 
	color: #fff;
	background-color: #b09162;}
	
.buttoncornwhite:hover  {
	background-color: #fff;}
	
a.buttoncorn:hover, p.readmore a:hover, button:hover, .previous > a:hover, .next > a:hover  {
	background-color: #c8aa7c;}
	
a.buttoncornwhite{ 
	color: #b09162;
	background-color: #edf6f5;}
	
.previous > a, .next > a{
padding: 5px 10px;
border-radius: 50px;
margin: 20px 10px 0 0;
float: left;}
	
div.white > ul.nav > li > a:before{
	content: ' \f061';
	color: #bbe8fb;
	padding: 0 10px 0 0;}
	
div.white > ul.nav > li > a{
	line-height: 3;}
	
div.white > ul.nav > li > a:hover:before{
	color: #fff;}
     
/* Forms, Tables & Tabs
================================================== */

tr:nth-child(even) {
  background: #eee; }
  
tr:hover {
  background: rgba(255,255,255,0.05); }

td{
  padding: 7px 20px;}
  
th {
    background-color: #aaa;
	color: #fff;
	padding-left: 10px;}
 
.boxgreen, .boxblue, .boxyellow{ 
	width:100%;
	padding: 15px 20px;
	border-radius: 4px;
	margin: 15px 0; }

.boxgreen {
	color: #468847;
	background-color: #D0E9C6;}
	
.boxblue {
	color: #2d7ab5;
	background-color: #aeddff;}

.boxyellow {
	color: #917530;
	background-color: #ffee9d;}


/* #Positions
================================================== */

.maxcol { width:100%; }

.leftcols1 { width:1200px; }
.leftcols2 { width:800px; }
.leftcols3 { width:600px; }
.leftcols4 { width:540px; }
.leftcols1, .leftcols2, .leftcols3, .leftcols4 {margin: 0 0 0 0; float: left; }

.cols2 {width: 360px; }
.cols3 {width: 260px; }
.cols4 {width: 180px;}
.cols2, .cols3, .cols4 {margin: 0 0 0 40px; float: left; }
.botmargin {margin: 0 0 50px 0;}

.colstwof2, .colstwo2  {
  width: 560px; 
  float: left; 
  margin: 0 0 0 0; }
  
.colstwo2 {
  margin: 0 0 0 40px; }

#all {
  width: 100%;
  background-color: #fdfdfd; }

#banner, #topbox, #between1box, #body, #endbox, #bottom1box, #footerbox, #footer2box {
  position: relative;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: auto; }

#head, #between1, #main, #bottom1, #bottom2, #footer, #footer2 {
  width: 100%;
  clear: both;
  float: left; }
  
#top {
  width: 100%;}
  
#top.fixed-top {
  position: fixed;
  top: -120px;}

#main, #bottom1 {
  padding: 20px 0; }

#top {
  z-index:100;
  background: url("../images/bg_head.png") repeat scroll 0px 0px #62accb;
  height: 165px;
  border-bottom: 3px solid #fff;
  position:relative;}
  
#logo {
  float: left;
  position: absolute;
  display: block;
  z-index: 100; 
  }
  
#logo.fixed-logo {
  position: relative;
  left: 0;
  top: 120px;
}

#logo.fixed-logo img {
  width: 150px;
}

#nav {
  top: 120px;
  position: absolute;
  left: 380px;
  z-index: 1; }
  
 #language {
  top: 15px;
  position:absolute;
  right: 0px;
  z-index: 1;
  width: 200px; }
  
#language > div > p.strong {
	font-size: 0.9em;
	padding: 0 0 5px 0;}
      
#nav.fixed-nav {
  left: 160px;
}

#nav_mobile {display: none;}
   
#head {
  width: 100%;
  background: url("../images/bg_content.png") repeat scroll 0px 0px #fdfdfd; }
  
#banner {
  margin-top: 0px;
  margin-left: -600px;
  z-index: 90;
}

#main, #footer {  
  background: url("../images/bg_content.png") repeat scroll 0px 0px #fdfdfd; }

#footer {  
  background: url("../images/bg_head.png") repeat scroll 0px 0px #62accb; }

#bottom1, #between1 {
  border-top: 2px dotted #ddd;
  border-bottom: 2px dotted #ddd;
  margin: 15px 0;
  padding: 20px 0; }
		  
#bottom2 {
  clear: both;
  width: 100%;
  background: #212121;}


#footer {
  border-top: 3px solid #fff;
  padding: 50px 0;}

div#fo1_col1.colstwof div.moduletable {
    margin: 0px 3% 15px 0;
    float: left;
    width: 30%; }

#backtotop {
   position: absolute;
   top: 100%;
   margin: -67px 0 0 840px;
   clear: both; }
   
.moduletable_abstand:first-child {
  margin-top: 0; }

.moduletable_abstand {
  margin-top: 40px; }

.items-row {
  padding: 20px 0 10px;
  border-bottom: 1px dotted #ccc;}

.items-row:first-child {
  background:none; }

.blognews:first-child > .page-header > h1, #col2 > div > h3  {
	color: #fff;
    padding: 10px 20px;
    background-color: #b09162;
	margin-bottom: 20px;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	width: -o-max-content;
	font-size: 26px; }
	
#col2 > div > h3  {
	font-size: 16px; }

.blognews:first-child > .page-header, #col2 > .moduletable {
    margin: 0 0 28px 0px;
    background: transparent url("../images/diagonal_grey.png") repeat scroll 0px 0px;
	width:100%;}

#col2 > .moduletable {
    background: transparent url("../images/diagonal_grey_41.png") repeat-x scroll 0px 0px;
	margin-bottom: 50px;}
	
.page-header.test {
	 background: url("../images/diagonal_grey.png") repeat scroll 0px 0px;}
	 
p.counter{
    display: inline-block;
    width: 100%;}

/* Misc
================================================== */

.pull-left.item-image > a {
  float: right;
  margin: 0 0 0 50px;
  overflow:hidden;
  height: 100%;
  width: 300px;
  bottom: 0px;
}

.pull-left.item-image > a > img  {
  width: 100% !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
}

.pull-left.item-image > img  {
  width: 100%;
  padding: 20px 0;
  margin-bottom: -5px;
}

.pull-left.item-image > a > img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.page-header {
  margin: 0 0 10px 0;
}

.page-header a:hover {
  color: #8dcde8;
}

.items-leading > div, .item-pagenews, .item-page {
    background-color: #fff;
    margin: 10px 0;
    padding: 30px;
	display: inline-block; 
	width: 100%; 
	height: auto;
	border: 1px solid #eee;}

.item-pagenews > div.page-header:nth-child(1) {display: none;}


  /* #Page Navigation
--------------------------------------------------------- */
div.pagination a {
  color:#484848;
  font:300 .8em 'Bitter', serif;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
          box-sizing:border-box; }

div.pagination ul {
  width:100%;
  text-align:center;
  margin:21px 0 35px; }

div.pagination li {
  display:inline;
  margin:0 2px; }

div.pagination li a {
  display:inline-block;
  line-height:35px;
  width:35px;
  height:35px;
  text-align:center;
  text-decoration:none;
  border-bottom:3px solid #ccc;
  font-weight:700;
  padding:0 7px; }

div.pagination li a:hover, div.pagination li a.selected {
  background:url("../images/bg_dark.jpg")repeat scroll 0 0 transparent;
  border:none;
  color:#fff; }

  /* #Back-to-Topic
--------------------------------------------------------- */

#gototop {
    position:fixed;
    bottom:0px;
    right:10%;
    display:none;
    background: url('../images/backtotopic_roll.png') 26px 26px no-repeat;
	background-color:#62accb;
	border-radius: 10px 10px 0px 0px;
	border-top: 10px solid #8dcde8; 
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 100px;
	width: 100px;
	margin: 0 30% 0 0;
}

#gototop:hover{
 background: url('../images/backtotopic_roll.png') 26px 16px no-repeat #8dcde8; }
  

  /* #Xmap
--------------------------------------------------------- */

.level_0 li {
  margin-left: 50px;
  list-style: disc;
  color: #aaa;
  font-size: 14px;
  text-transform:uppercase;
  line-height: 2em;
  padding-left: 5px;
  background: url(../images/arrow_footer.png) 0 10px no-repeat; }

.level_1 {
  list-style: circle;
  padding-left: 10px; }

.level_2 {
  list-style: square;
  padding-left: 20px; }
  
.level_0 ul {
  padding-bottom: 20px; }

.label {
  display: block; 
  width: 60px; 
  float: left; }
  
  
   /* #Transition
--------------------------------------------------------- */ 
a:hover, .readmore a:hover, .menu_top a:hover, .menu_top span.nav-header:hover, #bottom2, tr:hover, div.pagination li a:hover, div.pagination, .pull-left.item-image img, .button:hover, div#fox-container-m107 .fox-form input[type="text"]:hover, div#fox-container-m107 .fox-form input[type="email"]:hover, div#fox-container-m107 .fox-form textarea:hover, div#fox-container-m107 .fox-form input[type="text"]:focus, div#fox-container-m107 .fox-form input[type="email"]:focus, div#fox-container-m107 .fox-form textarea:focus, .menudrop, .dropdown, .sbutton a:hover, .mbutton a:hover, .gkNspPM-Highlights h3 a:hover {
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
       -o-transition: all 400ms ease;
          transition: all 400ms ease; }
      
      
  /* #Zeile Details und Tooltip ausblenden
--------------------------------------------------------- */
dt.article-info-term {display: none;}
div.tooltip {display: none;}
.tooltip { font-size:0px; }



    /* #Fox Contact
--------------------------------------------------------- */
div#foxcontainer_m107{ 
	padding: 0 5px; 
	font-family: 'Maven Pro', sansserif;
	font-size: 14px;
	line-height: 1.5; } 
	
div#foxcontainer_m107 .controls, div#fox-container-m107 .fox-form-inline .control-group label.checkbox {
    color: #707070;}
	
div#fox-container-m107 .fox-form input[type="text"], div#fox-container-m107 .fox-form textarea, div#fox-container-m107 .fox-form-inline .control-group label.checkbox{  
	font-family: 'Bitter', serif;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 5px;}
	
div#fox-container-m107 .fox-form input[type="text"]:hover, div#fox-container-m107 .fox-form input[type="email"]:hover, div#fox-container-m107 .fox-form textarea:hover, div#fox-container-m107 .fox-form input[type="text"]:focus, div#fox-container-m107 .fox-form input[type="email"]:focus, div#fox-container-m107 .fox-form textarea:focus{
    background-color: #f4fbff;} 

div#fox-container-m107 input[type="text"] {
    height: 40px;}

.gkNspPM-Highlights h3 a:hover {
color: #8dd1ee;}

  /* #Heart boom
--------------------------------------------------------- */

.boom {
	-webkit-animation: boom_animation 1s ease infinite;
	-moz-animation: boom_animation 1s ease infinite;
	-ms-animation: boom_animation 1s ease infinite;
	animation: boom_animation 1s ease infinite;
}

@keyframes "boom_animation" {
 0% {
    -webkit-transform: scale(1.3);
   	-moz-transform: scale(1.3);
   	-o-transform: scale(1.3);
   	-ms-transform: scale(1.3);
   	transform: scale(1.3);
 }
 50% {
    -webkit-transform: scale(0.9);
   	-moz-transform: scale(0.9);
   	-o-transform: scale(0.9);
   	-ms-transform: scale(0.9);
   	transform: scale(0.9);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1); }}

@-moz-keyframes boom_animation {
 0% {	-moz-transform: scale(1.3);
   		transform: scale(1.3); }
 50% {	-moz-transform: scale(0.9);
   		transform: scale(0.9); }
 100% {   -moz-transform: scale(1);
   		transform: scale(1); }}

@-webkit-keyframes "boom_animation" {
 0% {	-webkit-transform: scale(1.3);
   		transform: scale(1.3); }
 50% {	-webkit-transform: scale(0.9);
   		transform: scale(0.9); }
 100% {   -webkit-transform: scale(1);
   		transform: scale(1); }}

@-ms-keyframes "boom_animation" {
 0% {   -ms-transform: scale(1.3);
   transform: scale(1.3); }
 50% {   -ms-transform: scale(0.9);
   transform: scale(0.9); }
 100% {-ms-transform: scale(1);
   transform: scale(1); }}
 

  /* #Slide
--------------------------------------------------------- */ 
.large_text {
font-family: 'Maven Pro', sans-serif;}

.redboxing, .whiteboxing {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	font-family: 'Maven Pro', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	height: auto;
	text-decoration: none;}
.redboxing{
	color: #ffffff;
	background-color: #62accb;}

.whiteboxing {
	color: #62accb;
	background-color: #ffffff;}

.white_head
{
	color: #ffffff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Maven Pro', sans-serif;}

.lauftext{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	font-family: "Bitter", serif;
	color: #222;}

  /* 
--------------------------------------------------------- */
  
* { 
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
      -ms-box-sizing: border-box; 
       -o-box-sizing: border-box; 
          box-sizing: border-box; }