/* Content by 
   LIEBL Systems GmbH
   Peter Schmid
   pschmid@liebl-systems.de
   Telefon: 0800 099 3000
   Fax: 0800 099 3000
==================================================
*/

/* #Reset & Basics
================================================== */
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; }
  
::selection {
  background: #9b252d; /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #9b252d; /* Gecko Browsers */
  color: #ffffff;
}
  
.clearfix {
  clear: both;
}


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

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a  {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #9b252d;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3;
  }

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

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

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

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

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

.intro {
  font-family: 'Lato', sans-serif;
  font-size: 23px; 
  font-weight: 400;
  line-height: 1.5;
  color: #ed1b24; }

p, span, li, ol, ul, table {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000000; }

sup { 
  vertical-align: super;
  font-size: smaller;
}
  
a {  
  font-family: 'Lato', sans-serif;
  color: #9b252d;
  font-weight: 400;
  cursor: pointer;
  font-size: 17px;}

a:hover {
  color: #ed1b24; }

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

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

strong, .strong { 
  font-weight: 600; 
  }
 
span.big {
  font-size: 1.35em;
  font-weight: 600; } 
  
.small { 
  font-size: 80%; }
  
hr {
  border: none;
  border-bottom: 1px dotted #ddd;
  margin: 14px 0;}

.same {
  margin: 14px 14px;}
  
span.header, h3.header  {  
  font: 500 18px 'Raleway', sans-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; }

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



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

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

.menu_top li {
  float: left;
  display: inline;
  cursor: pointer;
  margin: 0 2px;
}

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

.menu_top ul.nav-child {
  position: absolute;
  visibility: hidden;
  top: 37px;
  min-width: 260px;
  background-color:#fff;
  padding:3px 0px;  }

.menu_top li:hover ul.nav-child {
  visibility: visible;  }  
 
.menu_top a, .menu_top span {
  color: #ffffff;
  font: 500 18px 'Raleway', sans-serif;
  padding: 0 12px;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_top li:hover ul.nav-child a {
  color: #8e8e8e;
  font: 500 18px 'Raleway', sans-serif;
  border: none;
  border-radius: 0;
  list-style: none;
  text-decoration: none;
  text-shadow: none;
  padding: 2.5px 20px;
  background-color: #fff;}

.menu_top a.blog {
  background-color: #22dd55;
  color: #ffffff;
  padding: 10px 12px;
}

.menu_top li:hover ul.nav-child a:hover{
  color: #ed1b24;}

.menu_top li:hover a, .menu_top li:hover span, .menu_top .active span {
  color: #fff;
  padding: 10px 12px;
  background-color: #ed1b24;
  border-bottom: 3px solid #cccccc;
}

.menu_top ul li ul.deeper, .menu_top li:hover ul.nav-child a:hover {
  color: #ed1b24;}

.menu_top span.nav-header:hover {
  background-color: #ed1b24;
  padding: 10px 12px;
  color: #ffffff}

.menu_top span{
  cursor:default;} 

.menu_top span:after {
  font-family: 'icomoon';
  content: '\e902';
  font-size: 80%;
}

.nav menu > li {
  padding: 10px 0;}
  
li ul .current a:before {content: "\25BA"; color: #ed1b24; padding-right: 5px;}


/* #Links
================================================== */
.category-module.rot a {
  font-size: 14px;
}


/* #Lists
================================================== */
li.downloads, ul.liste li {
  list-style: none;
  line-height: 2em;}
  
li.downloads:first-child {
  margin: 20px 0 0 0;}
  
li.downloads:last-child {
  margin: 0 0 20px 0;}
  
li.downloads a:before {
content: '\62';
font-family: 'awesome';
padding: 20px;
margin: 10px 0;
color: #ed1b24;}

li.downloads a:hover:before{
color: #00ccdd;
padding: 20px 17px 20px 23px;}

ul.liste li:before {content: "\25BA"; color: #9b252d; padding-right: 10px;}

ul.normal {
  list-style: inherit;
  list-style-position: outside;
  padding-left: 20px;
}

ul.normal li {
  list-style: inherit;
  color: #000000; 
}
 

/* #Images
================================================== */
img.fullsize {
  width: 100%;
  float: left;
  margin: 0 10px;}

#logo > a > img {
  margin: 15px 40px 12px 40px;
  }

#logo.fixed-logo > a > img {
  width: 120px;
  margin: 10px 40px 0 40px;
  }

img {
  max-width: 100%;
  margin: 10px 0;}
  
img.fullsize {
  width: 100%;
  float: left;
  margin: 0 10px;}

img.bildlinks {
  max-width: 100%;
  float: left;
  margin: 10px 20px 10px 0px;}
  
img.portrait {
  max-width: 180px;
  float: right;
  margin: 0 0 20px 20px;
  clear: both;
  }

img {
  max-width: 100%;
  height: auto;
  margin: 10px 0px;}

img.bildeinschub  {
  float: left;
  margin: 0 20px 10px 0;}
  
.neuling > img, img.neuling, .pull-left.item-image img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 320px;
  max-height: 180px;}

.item-pagenews .pull-left.item-image img {
  max-height: inherit;
}

.beitragsbild > img, img.beitragsbild  {
  float: right;
  margin: 0 20px 20px 20px;
  width: 320px;}
  
.beitragsbildlinks > img, img.beitragsbildlinks  {
  float: left;
  margin: 0 20px 20px 0;
  width: 320px;}
  
.beitragsbild.team {
  float: none;
  margin: 0 20px 0 0;
}
  
.fahrlehrer > img, img.fahrlehrer  {
  float: right;
  margin: 2px -40px 0px 20px;
  }

p.bildunterschrift {
  color: #666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  background-color: #f4f4f4;
  padding: 15px;}


/* Buttons
--------------------------------------------------------- */

.button-info::after {
  background: url("../images/button_pfeil.png") no-repeat 50% 50%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}

.button-info {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  background: #bcbcbc;
  display: inline-block;
  font-size: 14px;
  font-family: 'Lato', sans-serif; /* ehemals Panton */
  font-weight: bold;
  margin: 5px 0 0 0;
  padding: 5px 48px 5px 0;
  vertical-align: middle;
  }

.button-info.buttonrot {background: #d58181;}
.button-info.buttongrun {background: #81d596;}
.button-info.buttonblau {background: #8ab9cd;}

.button-info:hover {color: #ffffff;}
  
.button-info:hover {background: none repeat scroll 0 0 #00ccdd;}
.button-info.buttonrot:hover {background: #ed1b24;}
.button-info.buttongrun:hover {background: #11cc22;}
.button-info.buttonblau:hover {background: #1177cc;}

  
.white {
  color: #ffffff;
}

a.boxblue, span.boxblue{
  display: inline-block;
  width: auto;
  margin-right: 15px;}

a.boxblue:hover, span.bluebox:hover {
  color: #fff;
  background-color: #ed1b24;}

.previous > a, .next > a{
padding: 5px 10px;
border-radius: 50px;
margin: 20px 10px 0 0;
float: left;}

.btnklein {
  color: #fff;
  padding: 10px 30px;
  background-color: #ed1b24; 
  border-radius: 50px;
  }

.btnklein:hover {
  background-color: #00ccdd;
  color: #fff;
  }

.tp-caption > .btnklein{
  border: 3px solid #fff;
  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;}


/* #Positions
================================================== */
.maxcol { width:100%; }

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

.cols2 {width: 400px; margin: 40px 0 0 0; float: left;  }
.botmargin {margin: 0 0 50px 0;}

#all {
  width: 100%;
  background-color: #fdfdfd; }
  
#anfrage {
  width: 85px;
  position:fixed;
  top: 15%;
  z-index: 99999;
  }

#anfragebox1 {width: 85px; height: 125px;}
#anfragebox2 {width: 85px; height:  50px;}
#anfragebox3 {width: 85px; height:  50px;}
#anfragebox4 {width: 85px; height:  50px;}
  
#anfragebox1, #anfragebox2, #anfragebox3, #anfragebox4 {
  position: relative;
  margin-bottom: 5px;
  left: -20px;
  }

#anfragebox1:hover, #anfragebox2:hover, #anfragebox3:hover, #anfragebox4:hover {
  left: 0px;
  }

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

#head, #between1, #main, #bottom1, #bottom2, #footer, #ground {
  width: 100%;
  clear: both;
  float: left; }
  
#top {
  width: 100%;}
  
#top.fixed-top {
  position: fixed;
  top: -50px;
  background: #9b252d;
  opacity: 0.95;
}

#head.fixed-head {
  margin-top: 120px;
}

#bottom1 {
  padding: 20px 0;
}

#groundbox {
  padding: 20px 0;
  text-align: center;
}

#main {
  padding: 0 0 30px 0;
}

#top {
  z-index:100;
  /* background: url(../images/bg_top.png) no-repeat top center #9b252d; */
  background: #9b252d;
  height: 120px;
  position:relative;
  }
  
#contact {
  top: 20px;
  position: absolute;
  right: 0;
  z-index: 1;
  padding-right: 40px;
  }

#logo {
  float: left;
  position: absolute;
  display: block;
  top: 20px;
  z-index: 100;
  height: 100px;
  overflow: hidden;
  }

#logo.fixed-logo {
  position: relative;
  left: 0;
  top: 50px;
  }

#nav {
  left: 250px;
  top: 86px;
  position: absolute;
  z-index: 1;
  }

#nav.fixed-nav {
  left: 200px;
}

#nav_mobile {display: none;}
   
#head {
  width: 100%;
  background: url(../images/bg_content.png) 0px 0px repeat;
  }
  
#banner {
  position: relative;
  z-index: 90;
}

#banner-mob {
	display: none;
}

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

#footer {  
  background: #9b252d;
  }

#bottom1, #between1 {
  border-top: 3px dotted #ed1b24;
  margin: 0;
  padding: 0;
  }

#bottom2 {
  clear: both;
  width: 100%;
  background: #212121;}

#footer {
  border-top: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
  padding: 20px 0;
  }

#contentbottom1, #contentbottom2 {
  float: left;
  margin-right: 6%;
  width: 46%;
}

#contentbottom2 {
  margin-right: 0;
  padding-top: 32px;
  }

#footerbox1, #footerbox2, #footerbox3, #footerbox4, #footerbox5 {
  float: left;
  max-width: 22%;
  margin: 20px 0;
  margin-right: 4%;
}

#footerbox5 {
  margin-right: 0;
}

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

.items-row {
  padding: 20px 0;
  border-top: 1px dotted #cccccc;
  }

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

#col2 > div > h3  {
  color: #9b252d;
  margin: 0 0 10px 0;
  text-transform: inherit;
  font-size: 20px;
  font-weight: 400;
  }


.nurmobil {
  display: none;
}

p.counter{
  display: inline-block;
  width: 100%;}
  
  /* #Module Tables
--------------------------------------------------------- */

.moduletable.rot {
  background: #f0dfe0;
  border: 1px solid #9b252d;
  min-height: 200px;
  }
  
.moduletable.rot p, .moduletable.grau p {
  font-size: 16px;
  }

.moduletable.grau {
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
  min-height: 200px;
  }

.moduletable.rot, #col2 > .moduletable.grau {
  padding: 20px 40px;
  margin-bottom: 20px;
  border-left: 0;
  }

.moduletable > h3 {
  color: #ffffff;
  padding: 0;
  background-color: transparent;
  }

div.blau {
  background-color: #f8fafd;
  border: 1px solid #e1e8f5;
  padding: 20px 20px 20px 20px;
  margin: 0 -20px 40px -20px;
  position: relative;
  top: 40px;
  }

.blau a {
  color: #00abee;
  font-size: 14px;
  }

div.dunkelrot a {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}

div.dunkelrot a:hover {
  color: #ed1b24;
}

div.blau h3 {
  color: #00abee;
  margin-bottom: 10px;
  }
 
div.anfrage img, div.anfrage p {
  margin: 0;
}

  /* #Kontaktleiste
--------------------------------------------------------- */
.moduletableweisseschrift a, .moduletableweisseschrift span {
color: #ffffff;
font-size: 24px;
}

.moduletableweisseschrift a:hover, .moduletableweisseschrift a:hover span {
color: #ed1b24;
font-size: 24px;
}

  /* #Neuigkeiten-Modul
--------------------------------------------------------- */
ul.rot li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

  /* #Google Map
--------------------------------------------------------- */
.mapprint {
  visibility: hidden;
  position: absolute;
 }


  /* #Gallerie
--------------------------------------------------------- */
a.galleriebild img {
  max-width: 47%;
  margin: 10px 20px 0 0;
  max-height: 200px;
}

a.galleriebild:nth-child(even) img {
  margin-right: 0;
}

img.lb-image {
  margin: 0;
}

  /* #Kalender-Layout
--------------------------------------------------------- */
p.kalgrun, p.kalblau, p.kalrot {padding: 5px 20px;}
p.kalgrun {background-color: #d9ffd9;}
p.kalblau {background-color: #d9d9ff;}
p.kalrot {background-color: #ffd9d9;}

  /* #Blog-Layout
--------------------------------------------------------- */
.published, .published > span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  float: right;
  font-size: 13px;
  padding: 7px 0 0 0;
  color: #000000;}
  
.page-header > h2 > a {  
  color: #484848;
  text-transform: none;}
  
.page-header{
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}

.page-header > h2 > a:hover {
  color: #000000; }
 
.page-header a:hover {
  color: #ed1b24;
}

#left {
  background-color: #fff;
  margin: 0 0 20px 0;
  padding: 40px;
  display: inline-block;
  height: auto;
  border: 1px solid #eee;
  }

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

div.span6:nth-child(odd) {
  width: 48%;
  float: left;
  margin-right: 4%;
}

div.span6:nth-child(even) {
  width: 48%;
  float: left;
  margin-right: 0;
  padding-bottom: 20px;
}
  

 /* Margins
--------------------------------------------------------- */
.lirepad {
  padding: 0 0.5em 0 1em;
  }

.lipad {
  padding-left: 0.5em;
  }

.fright {
  float: right;
}

.fleft {
  float: left;
}

.mrgleft10 {
  margin-left: 10px;
}

div.mod-languages img {
  margin: 5px 0 0 0;
}

 /* #Revolution Slider
--------------------------------------------------------- */
  
.roterbg {
	background-color: #88151a;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 30px;
	padding: 10px;
  text-transform: uppercase;
}

.weissebox {
	border: 1px dashed #000000;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.headbot { /* Bei Seite ohne Content */
  padding-bottom: 60px;
}

 /* #Page Navigation
--------------------------------------------------------- */
div.pagination a {
  color:#484848;
  font: 500 .8em 'Raleway', sans-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 5px; }

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: 600;
  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; }


/* Footer
--------------------------------------------------------- */

div.footset > ul.nav > li > a:before{
  font-family: 'icomoon';
  content: '\e901';
  color: #ffffff;
  padding: 0 7px 0 3px;}

div.footset > ul.nav > li > a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
  -webkit-text-size-adjust:none;}

div.footset > ul.nav > li > a:hover, div.footset > ul.nav > li > a:hover:before{
  color: #ed1b24;
  }

div .footset > ul > li > a {color: #ffffff;}
.footset > h3 {color: #ffffff;}
.footset > p > span > a {color: #ffffff;}
.footset, div .footset > ul > li > a:hover, span.text-icon, .footset > p > span, .footset > p, .footset > p > span > a:hover, div.adresse > p {color: #ffffff; }

#footer p, #footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #ed1b24;
}


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

#gototop {
  position:fixed;
  bottom:0px;
  right:10%;
  display:none;
  background: url(../images/backtotopic_roll.png) 26px 26px no-repeat;
  background-color:#ed1b24;
  border-radius: 10px 10px 0px 0px;
  border-top: 10px solid #00ccdd;
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: 100px;
  width: 100px;
  margin: 0 47% 0 0;
}

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


   /* #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-c152 .fox-form input[type="text"]:hover, div#fox-container-c152 .fox-form input[type="email"]:hover, div#fox-container-c152 .fox-form textarea:hover, div#fox-container-c152 .fox-form input[type="text"]:focus, div#fox-container-c152 .fox-form input[type="email"]:focus, div#fox-container-c152 .fox-form textarea:focus, .menudrop, .dropdown, .sbutton a:hover, .mbutton a:hover, .menu_top li:hover ul.nav-child a:hover, .menu_top li:hover a, .menu_top span.nav-header:hover, li.downloads a:hover:before, div.footset > ul.nav > li > a:hover:before, #gototop:hover, .btnsmall, #top.fixed-top {
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
       -o-transition: all 400ms ease;
          transition: all 400ms ease; }

.anfrage, .anfrage:hover {
  transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -webkit-transition: left 0.2s linear;
}


  /* #Zeile Details und Tooltip ausblenden
--------------------------------------------------------- */
dt.article-info-term {display: none;}
div.tooltip {display: none;}


  /* #Fox Contact
--------------------------------------------------------- */
div#fox-container-c152{ 
  padding: 0 5px; 
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5; } 

div#fox-container-c152 .controls, div#fox-container-c152 .fox-form-inline .control-group label.checkbox {
  color: #000000;}

div#fox-container-c152 .fox-form input[type="text"], div#fox-container-c152 .fox-form textarea, div#fox-container-c152 .fox-form-inline .control-group label.checkbox{  
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 5px;}

div#fox-container-c152 .fox-form input[type="text"]:hover, div#fox-container-c152 .fox-form input[type="email"]:hover, div#fox-container-c152 .fox-form textarea:hover, div#fox-container-c152 .fox-form input[type="text"]:focus, div#fox-container-c152 .fox-form input[type="email"]:focus, div#fox-container-c152 .fox-form textarea:focus{
  background-color: #faf0f1;} 

div#fox-container-c152 input[type="text"] {
  height: 40px;}
  
div#fox-container-c152 textarea:focus, div#fox-container-c152 input[type="text"]:focus, div#fox-container-c152 input[type="email"]:focus, div#fox-container-c152 input[type="password"]:focus
{
  border-color: #ed1b24 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 27, 36, 0.6) !important;
}


  /* #DP Calendar
--------------------------------------------------------- */
.fc {
  font-family: 'Lato', sans-serif;
}

.fc-button {
  height: inherit !important;
}

.fc-header-title {
  margin-bottom: 20px;
}

.fc-button-datepicker, .fc-button-print {
  visibility: hidden !important;
}

.fc-event-inner {
  color: #000000 !important;
}

.dp-container {
  margin-top: 20px;
}

.tooltipster-content p { /* Tooltip Text */
  color: #ffffff;
}

span.dp-event-link, a.dp-event-link { /* Tooltip Titel */
  font-size: 16px;
  font-weight: bold;
  color: #ed1b24;
}


  /* #Iconmoon
--------------------------------------------------------- */
@font-face {font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?3gprha');
    src:    url('../fonts/icomoon.eot?3gprha#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?3gprha') format('truetype'),
        url('../fonts/icomoon.woff?3gprha') format('woff'),
        url('../fonts/icomoon.svg?3gprha#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;}

[class^="icon-"], [class*=" icon-"] {/* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}

.icon-triangle-down:before {content: "\e902";}
.icon-circle-right:before {content: "\e901";}
.icon-check-circle:before {content: "\f058";}
.icon-list-ol:before {content: "\f0cb";}
.icon-whatsapp:before {content: "\e903";}
.icon-search:before {content: "\f002";}
.icon-user:before {content: "\f007";}
.icon-check:before {content: "\f00c";}
.icon-arrow-circle-o-down:before {content: "\f01a";}
.icon-folder-open:before {content: "\f07c";}
.icon-twitter-square:before {content: "\f081";}
.icon-facebook-square:before {content: "\f082";}
.icon-linkedin-square:before {content: "\f08c";}
.icon-phone:before {content: "\f095";}
.icon-google-plus-square:before {content: "\f0d4";}
.icon-envelope:before {content: "\f0e0";}
.icon-xing-square:before {content: "\f169";}
.icon-thumb_up:before {content: "\e900";}
.icon-place:before {content: "\e600";}


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