@import 'https://fonts.googleapis.com/css?family=Open+Sans: 100,200,300,400,600,900';

.uk-vw-img-hero { padding-top: 2vw; padding-bottom: 2vw;}


/* ========================================================================
   @media : Fonts
 ==========================================================================*/
.uk-h1-hero,
.uk-h1-hero-sml,
.uk-h2-hero,
.uk-h2-hero {
  font-family: 'Open Sans', sans-serif;
}

.uk-h1-hero {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  padding-bottom: 1.5vw;
  }
.uk-h1-hero-small {
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
  }
.uk-h2-hero {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  }
.uk-h2-hero-small {
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
  }
.uk-h3-hero {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #777
  }
@media (max-width:960px){
.uk-h1-hero {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  }
.uk-h1-hero-small {
  font-size: 36px;
  font-weight: 100;
  line-height: 50px;
  }
.uk-h2-hero {
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  }
.uk-h2-hero-small {
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  }
}
@media (max-width:767px){
.uk-h1-hero {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  }
.uk-h1-hero-small {
  font-size: 26px;
  font-weight: 100;
  line-height: 50px;
  }
.uk-h2-hero {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  }
.uk-h2-hero-small {
  font-size: 18px;
  font-weight: 100;
  line-height: 18px;
  }
}
.uk-text-grey {
  color:#777777 !important;
}
.uk-text-white {
  color:#fff !important;
}
.uk-text-blue {
  color:#0085cd !important;
}

@media (min-width: 395px) and (max-width:767px){
  h1 { font-size: 40px; line-height: 42px;}
  h2 { font-size: 30px; line-height: 32px;}
  h3 { font-size: 20px; line-height: 20px;}
  body  { font: 300 14px 'Arial',sans-serif;}}

@media (min-width: 100px) and (max-width:394px) {
  h1 { font-size: 29px; line-height: 30px;}
  h2 { font-size: 19px; line-height: 20px;}
  h3 { font-size: 16px; line-height: 17px;}
  body { font: 300 12px 'Arial',sans-serif;}}



.tooltip {
    position: relative;
    display: inline-block;
/*    border-bottom: 1px dotted black;    */
    color: #0085cd;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #0085cd;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 0.07s;
    font-weight:300 !important;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0085cd transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}




.uk-image-center {
		margin-left: auto;
		margin-right: auto;
}

.uk-aktive-button {color:orange !important;}

/* ==========================================================================
  Größe der Bilder für die Supportseite
==========================================================================*/
..uk-support-img {
		width: 200PX;
		height: 200px;
}

@media (max-width: 767px) {
..uk-support-img {
		width: 100PX;
		height: 100px;
 }
}

/* ==========================================================================
  Neues Layout für Schriften
==========================================================================*/

/* Ändert das Padding der H1-Überschrift*/
@media (max-width: 959px) {
.tl-pt30-hidden {
		padding-top: 30px !important;
	} 
}
/* ==========================================================================
  ***ENDE
==========================================================================*/

/* ==========================================================================
		Text Zentrieren bei 767 Pixel
==========================================================================*/

@media (max-width: 767px) {
.tl-text-center768 {
		text-align: center;
 }
}
@media (max-width: 768px) {
.tl-pt-small50 {
		padding-top:50px;
	}
.tl-pt80-hidden {
		padding-top: 0px !important;
	} 
}

@media (min-width: 768px) {
  .uk-visible-small-hr {
    display: none !important;
  }
}

.table-font {
	display: table;
	border: 1px solid #ddd;
	border-collapse:collapse;
	width: 100%;
}

.table-font-row {
	display: table-row;
	border: 1px solid #ddd;
}

.table-font-cell {
	display: table-cell;
	border: 1px solid #ddd;
	padding: 15px;
}

.thead-font {
	font-weight: bold;
	background:#eee;
}
 @media only screen and (max-width: 800px) {

	.table-font {border:none;}
	
	.table-font-row,
	.table-font-cell {
		display: block;
		border: 1px solid #ddd;
	}
	
	.table-row { margin-bottom: 20px; }
	
}

.tl-image-center { 
margin-left: auto;
margin-right: auto;
display: block;
}

.uk-icon-check-square-o {color: green;}
.uk-icon-minus-square-o {color: red;}

/* ==========================================================================
    Dropdown-Menü und Button ersätzt das SubMenü
==========================================================================*/

.dropdown {
    padding-top: 30px;
    margin: 0 auto;
    display: table;  
}

.dropdown-menu {
  position: absolute;
/*   top: 100%;
  left: 0; */ 
  z-index: 1000;
  /* display: none;
  float: left; */
  min-width: 198px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
 
 /* 
 *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.dropdown-menu {
  box-shadow: none;
  margin-top: 0px;
  padding: 10px 0px;
  background: #eee;
  border: 1px solid #777777;
  border-radius: 2px;
  text-align: left;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);

}
.dropdown-menu > li > a {
  font-weight: inherit;
  line-height: inherit;
  color: #333;
  padding: 5px 20px ; 
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #0085cd;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #0085cd;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 10px solid #0085cd;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 18px;
  margin-left: 20px;
}


.dropdown-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.dropdown-button {
  outline: 0 none;
  min-width: 200px;
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #777777;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  background: transparent;
  vertical-align: middle;
  line-height: 40px;
  min-height: 40px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #777777;
  font-weight: bold;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
 /* -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; */
}
.dropdown-button:not(:disabled) {
  cursor: pointer;
}
/*
 * Hover */
.dropdown-button:hover {
  background-color: #777777;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropdown-button:focus {}

/* Active */
.dropdown-button:active,
.dropdown-button.uk-active {
  background-color: #777777;
  color: #ffffff;
} 

/*============== SoftMaker Software GmbH ==============*/


.uk-image-hover {
    opacity: 1.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.uk-image-hover:hover {
    opacity: 0.5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* ==========================================================================
    K2 PrintWindow Joomla
==========================================================================*/

.tl-print-k2 {
  padding-top: 20px;
  width: 595px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
    Wrapper to fix the footer on the bottom
==========================================================================*/

.blog-recent-post ul {
    margin-top: -20px;
    margin-left: -30px;
     list-style-type: none;
}
.blog-menu ul {
    padding: 0px;
    margin-top: -20px;
    font-size: 14px;
}

/* >> Footer bottom =============================================================
 ========================================================================== */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* ==========================================================================
    Container backgrounds for fullscreen areas
==========================================================================*/
.tl-bg-white {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
/*  margin-left: -100%;
  margin-right: -100%; */
}
.tl-white-bg {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
.uk-bg-lightblue {
  background: lightblue;
}
.uk-bg-darkgrey {
  background: darkgrey;
}

.tl-bg-lightgrey {
  background: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 64px;
}
.tl-lightgrey-bg {
  background: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 60px;
/*  margin-left: -100%;
  margin-right: -100%; */
  width: 100%;
}
.uk-vw-background-dark {
  background: #2E2E2E;
  padding-top: 3vw;
  padding-bottom: 3vw;
  color: #fff;
}
.uk-vw-background-lightgrey {
  background: #f9f9f9;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.uk-background-dark-shadow {
  background: #444444;
  color: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
}
.uk-background-light-shadow {
  background: #aaa;
  color: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uk-vw-background-white {
  background: #ffffff;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.tl-cc { margin-left: auto; margin-right: auto; }
.tl-cc50 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
/* ==========================================================================
    Container sizes and @media
==========================================================================*/
.uk-container-large {
  box-sizing: border-box;
  max-width: 1600px;
  padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container-large {
    max-width: 1600px;
    padding: 0 35px;
  }
}
/*
 * Micro clearfix
 */
.uk-container-large:before,
.uk-container-large:after {
  content: "";
  display: table;
}
.uk-container-large:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-large {
  margin-left: auto;
  margin-right: auto;
}

.tl-container-sml {
  box-sizing: border-box;
  max-width: 860px;
  padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 960px) {
  .tl-container-sml {
    max-width: 860px;
    padding: 0 35px;
  }
}
/*
 * Micro clearfix
 */
.tl-container-sml:before,
.tl-container-sml:after {
  content: "";
  display: table;
}
.tl-container-sml:after {
  clear: both;
}
/*
 * Center container
 */
.tl-container-sml {
  margin-left: auto;
  margin-right: auto;
}

.tl-container-xsml { width: 800px; }

.tl-container-xxs {
  padding-top: 20px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 395px) and (max-width:767px){
.tl-container-xxs {
  padding-top: 20px;
  min-width: 100px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}}

.uk-container-max400 {
  max-width: 400px;
  }
.uk-container-max500 {
  max-width: 500px;
  }
.uk-container-max600 {
  max-width: 600px;
  }
.uk-container-max700 {
  max-width: 700px;
  }
.uk-container-max800 {
  max-width: 800px;
  }
/* ==========================================================================
    Blog
==========================================================================*/
.tl-blog-bgimage { 
    background-image: url(../../../images/blog/blog_teaser.jpg); 
    padding-bottom: 188px; 
    padding-top: 50px; 
    background-repeat: no-repeat;
}
/* =========================================================================
    Blog @Media Einstellungen 
 ==========================================================================*/
 
/*.tl-blog-bgimage { background-image: url(../../../images/blog/blog_teaser.jpg); padding-bottom: 200px; padding-top: 50px; background-repeat: no-repeat}*/
/*.tl-blog-bgimage img { width: 33%; height: auto; margin:-5px;}*/

#k2Container { font-size: 14px; border-right-width: 0px; padding-right: 0px;}
.userItemView { padding-left: 32px; padding-bottom: 20px; padding-top: 20px; padding-right: 0px; border-bottom: 1px solid #ccc;}
.userItemHeader { height: 95px; }
.tm-block { padding-left: 0px!important; padding-right: 0px!important; }
.itemBody { margin-left: 0px; margin-right: 0px; padding-left: 0px;}
.tm-block {padding-bottom: 0 !important;}
blockquote {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #eee;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-left-color: #0085cd;
  border-left-style: solid;
  border-left-width: 3px;
  font-size: 14px;
  margin-left: 0px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 12px;
  padding-top: 9px;
}

/*
@media (min-width: 100px) and (max-width: 2550px){ 
.tl-blog-bgimage { margin-left: 0px; margin-right: 0px; }
*/

@media (min-width: 100px) and (max-width: 768px){ 
#k2Container { font-size: 14px; border-right-width: 0px; padding-right: 0px; padding-left: 0px;}
.userItemView { padding-left: 20px; padding-right: 0px; }
.userItemHeader { height: 95px; }
.tm-block { padding-left: 0px!important; padding-right: 0px!important; }
.itemBody { margin-left: 0px; margin-right: 0px; padding-left: 0px;}
.tm-block {padding-bottom: 0 !important;}
.tl-blog-bgimage { background-image: url(../../../images/blog/blog_teaser_sml.jpg); padding-bottom: 120px; padding-top: 40px; background-repeat: no-repeat; }
.tm-block {padding-bottom: 0 !important;}
.tl-blog-bgimage div { width: 100%; height: 100px; background-color: #009933;}}


/* ========================================================================
   @media : Umbruch erzwingen
 ==========================================================================*/
@media (max-width: 320px) {
.tl-break-sml-before::before,
.tl-break-sml-after::after {
	content: "\A";
	white-space: pre;
}}
 
@media (max-width: 320px) {
.tl-break-before::before,
.tl-break-after::after {
	content: "\A";
	white-space: pre;
}}
@media (max-width: 591px) {
.tl-break-before::before,
.tl-break-after::after {
	content: "\A";
	white-space: pre;
}}
@media (max-width: 900px) {
.tl-break-before::before,
.tl-break-after::after {
	content: "\A";
	white-space: pre;
}}
/* ========================================================================
   Special padding :: Für Fonts-Seite
 ==========================================================================*/
.tl-h3-padding {
    padding-top: 30px;
}
.tl-h1-padding {
    padding-bottom: 30px;
}
/* ========================================================================
   @media :: Versteckt Elemente mit Standard-Pixel-Grösse
 ========================================================================== */
@media screen and (min-width: 960px) {
.tl-hidden-large-std {
  display: none!important;
}}
@media screen and (min-width: 768px) and (max-width: 959px) {
.tl-hidden-medium-std {
  display: none!important;
}}
@media screen and (max-width: 767px) {
.tl-hidden-small-std {
  display: none!important;
}}

/* ========================================================================
   @media :: Hide elements :: Text slideshow, 
 ========================================================================== */
@media screen and (max-width: 960px) {
.tl-hidden-large {
  display: none!important;
}}
@media screen and (max-width: 860px) {
.tl-hidden-medium {
  display: none!important;
}}
@media screen and (max-width: 768px) {
.tl-hidden-small {
  display: none!important;
}}
@media screen and (max-width: 768px) {
.tl-hidden-center {
  margin-left: auto;
  margin-right: auto;
}}
/* ========================================================================
   Grid-divider :: Von horizontal zu vertikal
 ========================================================================== */
@media screen and (max-width: 768px) {
.tl-grid-divider-stack {
  margin-top: 35px;
  border-bottom: 1px solid #dddddd;
}}
/* ========================================================================
   Grid-divider :: Von horizontal zu vertikal
 ========================================================================== */
@media screen and (max-width: 768px) {
.tl-no-margin-top {
  margin-top: 0px;
}}
/* ========================================================================
   Colors: 
 ========================================================================== */
.tl-blue {
  color: #0085cd;
}
.tl-white {
  color: #fff;
}
.tl-orange {
  color: rgba(255,175,75,1);
}
.tl-green {
    color: #a4b357;
}
/* ========================================================================
   Padding and Margins:  
 ========================================================================== */
.tl-mt {margin-top: 50px}

.tl-pt1 { padding-top: 1px; }
.tl-pt2 { padding-top: 2px; }
.tl-pt3 { padding-top: 3px; }
.tl-pt4 { padding-top: 4px; }
.tl-pt5 { padding-top: 5px; }
.tl-pt6 { padding-top: 6px; }
.tl-pt7 { padding-top: 7px; }
.tl-pt8 { padding-top: 8px; }
.tl-pt9 { padding-top: 9px; }
.tl-pt10 { padding-top: 10px; }
.tl-pt11 { padding-top: 11px; }
.tl-pt12 { padding-top: 12px; }
.tl-pt13 { padding-top: 13px; }
.tl-pt14 { padding-top: 14px; }
.tl-pt15 { padding-top: 15px; }
.tl-pt16 { padding-top: 16px; }
.tl-pt17 { padding-top: 17px; }
.tl-pt18 { padding-top: 18px; }
.tl-pt19 { padding-top: 19px; }
.tl-pt20 { padding-top: 20px; }
.tl-pt21 { padding-top: 21px; }
.tl-pt22 { padding-top: 22px; }
.tl-pt23 { padding-top: 23px; }
.tl-pt24 { padding-top: 24px; }
.tl-pt25 { padding-top: 25px; }
.tl-pt26 { padding-top: 26px; }
.tl-pt27 { padding-top: 27px; }
.tl-pt28 { padding-top: 28px; }
.tl-pt29 { padding-top: 29px; }
.tl-pt30 { padding-top: 30px; }
.tl-pt31 { padding-top: 31px; }
.tl-pt32 { padding-top: 32px; }
.tl-pt33 { padding-top: 33px; }
.tl-pt34 { padding-top: 34px; }
.tl-pt35 { padding-top: 35px; }
.tl-pt36 { padding-top: 36px; }
.tl-pt37 { padding-top: 37px; }
.tl-pt38 { padding-top: 38px; }
.tl-pt39 { padding-top: 39px; }
.tl-pt40 { padding-top: 40px; }
.tl-pt41 { padding-top: 41px; }
.tl-pt42 { padding-top: 42px; }
.tl-pt43 { padding-top: 43px; }
.tl-pt44 { padding-top: 44px; }
.tl-pt45 { padding-top: 45px; }
.tl-pt46 { padding-top: 46px; }
.tl-pt47 { padding-top: 47px; }
.tl-pt48 { padding-top: 48px; }
.tl-pt49 { padding-top: 49px; }
.tl-pt50 { padding-top: 50px; }
.tl-pt60 { padding-top: 60px; }
.tl-pt65 { padding-top: 65px; }
.tl-pt70 { padding-top: 70px; }
.tl-pt80 { padding-top: 80px; }
.tl-pt90 { padding-top: 90px; }
.tl-pt100 { padding-top: 100px; }
.tl-pt110 { padding-top: 110px; }
.tl-pt120 { padding-top: 120px; }
.tl-pt130 { padding-top: 130px; }
.tl-pt140 { padding-top: 140px; }
.tl-pt150 { padding-top: 150px; }

.tl-pb1 { padding-bottom: 1px; }
.tl-pb2 { padding-bottom: 2px; }
.tl-pb3 { padding-bottom: 3px; }
.tl-pb4 { padding-bottom: 4px; }
.tl-pb5 { padding-bottom: 5px; }
.tl-pb6 { padding-bottom: 6px; }
.tl-pb7 { padding-bottom: 7px; }
.tl-pb8 { padding-bottom: 8px; }
.tl-pb9 { padding-bottom: 9px; }
.tl-pb10 { padding-bottom: 10px; }
.tl-pb11 { padding-bottom: 11px; }
.tl-pb12 { padding-bottom: 12px; }
.tl-pb13 { padding-bottom: 13px; }
.tl-pb14 { padding-bottom: 14px; }
.tl-pb15 { padding-bottom: 15px; }
.tl-pb16 { padding-bottom: 16px; }
.tl-pb17 { padding-bottom: 17px; }
.tl-pb18 { padding-bottom: 18px; }
.tl-pb19 { padding-bottom: 19px; }
.tl-pb20 { padding-bottom: 20px; }
.tl-pb21 { padding-bottom: 21px; }
.tl-pb22 { padding-bottom: 22px; }
.tl-pb23 { padding-bottom: 23px; }
.tl-pb24 { padding-bottom: 24px; }
.tl-pb25 { padding-bottom: 25px; }
.tl-pb26 { padding-bottom: 26px; }
.tl-pb27 { padding-bottom: 27px; }
.tl-pb28 { padding-bottom: 28px; }
.tl-pb29 { padding-bottom: 29px; }
.tl-pb30 { padding-bottom: 30px; }
.tl-pb31 { padding-bottom: 31px; }
.tl-pb32 { padding-bottom: 32px; }
.tl-pb33 { padding-bottom: 33px; }
.tl-pb34 { padding-bottom: 34px; }
.tl-pb35 { padding-bottom: 35px; }
.tl-pb40 { padding-bottom: 40px; }
.tl-pb41 { padding-bottom: 41px; }
.tl-pb42 { padding-bottom: 42px; }
.tl-pb43 { padding-bottom: 43px; }
.tl-pb44 { padding-bottom: 44px; }
.tl-pb45 { padding-bottom: 45px; }
.tl-pb46 { padding-bottom: 46px; }
.tl-pb47 { padding-bottom: 47px; }
.tl-pb48 { padding-bottom: 48px; }
.tl-pb49 { padding-bottom: 49px; }
.tl-pb50 { padding-bottom: 50px; }
.tl-pb60 { padding-bottom: 60px; }
.tl-pb70 { padding-bottom: 70px; }
.tl-pb80 { padding-bottom: 80px; }
.tl-pb90 { padding-bottom: 90px; }
.tl-pb100 { padding-bottom: 100px; }
.tl-pr1 { padding-right: 1px; }
.tl-pr2 { padding-right: 2px; }
.tl-pr3 { padding-right: 3px; }
.tl-pr4 { padding-right: 4px; }
.tl-pr5 { padding-right: 5px; }
.tl-pr10 { padding-right: 10px; }
.tl-pr20 { padding-right: 20px; }
.tl-pr30 { padding-right: 30px; }
.tl-pr35 { padding-right: 35px; }
.tl-pr40 { padding-right: 40px; }
.tl-pr50 { padding-right: 50px; }
.tl-pl1 { padding-left: 1px; }
.tl-pl2 { padding-left: 2px; }
.tl-pl3 { padding-left: 3px; }
.tl-pl4 { padding-left: 4px; }
.tl-pl5 { padding-left: 5px; }
.tl-pl10 { padding-left: 10px; }
.tl-pl20 { padding-left: 20px; }
.tl-pl25 { padding-left: 25px; }
.tl-pl30 { padding-left: 30px; }
.tl-pl35 { padding-left: 35px; }
.tl-pl40 { padding-left: 40px; }
.tl-pl50 { padding-left: 50px; }
.tl-ptb1 { padding-top: 1px; padding-bottom: 1px; }
.tl-ptb2 { padding-top: 2px; padding-bottom: 2px; }
.tl-ptb3 { padding-top: 3px; padding-bottom: 3px; }
.tl-ptb4 { padding-top: 4px; padding-bottom: 4px; }
.tl-ptb5 { padding-top: 5px; padding-bottom: 5px; }
.tl-ptb10 { padding-top: 10px; padding-bottom: 10px; }
.tl-ptb20 { padding-top: 20px; padding-bottom: 20px; }
.tl-ptb30 { padding-top: 30px; padding-bottom: 30px; }
.tl-ptb40 { padding-top: 40px; padding-bottom: 40px; }
.tl-ptb50 { padding-top: 50px; padding-bottom: 50px; }

.tl-article-menu { padding-right: 20px; }

/* ==========================================================================
    Home + Presse :: Slideshow Hintergründe + Text
========================================================================== */

.tl-press-slide {
  padding-top: 20px;
  background-color: #cdcdcd;
}


.tl-text-red {
  color: #e73827;
}
.tl-text-black {
  color: #000000;
}
.tl-slide-text {
  padding-left: 10px;
}
.tl-slide-img1 {
  background-image: url(/images/slideshow/chalkboard.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: auto;
  margin-right: auto;
}

.tl-slide-summer {
  background-image: url(/images/slideshow/summer.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}
.tl-slide-grey {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(209,209,209,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0 );
height: 100%;
}
.tl-slide-infinitype {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
background: rgb(96,108,136); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNjA2Yzg4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmNGM2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(45deg, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  height: 350px;
  border-bottom: 1px solid #aaa;
}
.uk-gradient-dark {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,3f4c6b+100&0+0,0.3+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(63,76,107,0.3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(63,76,107,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(63,76,107,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4d3f4c6b',GradientType=0 ); /* IE6-9 */
  height: 100%;
}

.tl-slide-blue {
  background: rgba(72,156,234,1);
  background: -moz-linear-gradient(left,rgba(72,156,234,1) 0%,rgba(0,133,204,1) 65%);
  background: -webkit-gradient(left top,right top,color-stop(0%,rgba(72,156,234,1)),color-stop(65%,rgba(0,133,204,1)));
  background: -webkit-linear-gradient(left,rgba(72,156,234,1) 0%,rgba(0,133,204,1) 65%);
  background: -o-linear-gradient(left,rgba(72,156,234,1) 0%,rgba(0,133,204,1) 65%);
  background: -ms-linear-gradient(left,rgba(72,156,234,1) 0%,rgba(0,133,204,1) 65%);
  background: linear-gradient(to right,rgba(72,156,234,1) 0%,rgba(0,133,204,1) 65%);
  filter: tl-progid:DXImageTransform.Microsoft.gradient(startColorstr='#489cea',endColorstr='#0085cc',GradientType=1);
  height: 350px;
  border-bottom: 1px solid #aaa;
}
.tl-slide-orange {
  background: rgba(255,175,75,1);
  background: -moz-linear-gradient(left,rgba(255,175,75,1) 0%,rgba(255,175,75,1) 46%,rgba(255,146,10,1) 72%,rgba(255,146,10,1) 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,175,75,1)),color-stop(46%,rgba(255,175,75,1)),color-stop(72%,rgba(255,146,10,1)),color-stop(100%,rgba(255,146,10,1)));
  background: -webkit-linear-gradient(left,rgba(255,175,75,1) 0%,rgba(255,175,75,1) 46%,rgba(255,146,10,1) 72%,rgba(255,146,10,1) 100%);
  background: -o-linear-gradient(left,rgba(255,175,75,1) 0%,rgba(255,175,75,1) 46%,rgba(255,146,10,1) 72%,rgba(255,146,10,1) 100%);
  background: -ms-linear-gradient(left,rgba(255,175,75,1) 0%,rgba(255,175,75,1) 46%,rgba(255,146,10,1) 72%,rgba(255,146,10,1) 100%);
  background: linear-gradient(to right,rgba(255,175,75,1) 0%,rgba(255,175,75,1) 46%,rgba(255,146,10,1) 72%,rgba(255,146,10,1) 100%);
  filter: tl-progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b',endColorstr='#ff920a',GradientType=1);
  height: 350px;
  border-bottom: 1px solid #aaa;
}
.tl-slide-green {
background: rgba(164,179,87,1);
background: -moz-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(117,137,12,1)));
background: -webkit-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
background: -o-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
background: -ms-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
background: linear-gradient(to right, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c', GradientType=1 );
height: 350px;
border-bottom: 1px solid #aaa;    
}
.tl-slide-red {
background: rgba(169,3,41,1);
background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(138,11,40,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(100%, rgba(138,11,40,1)));
background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(138,11,40,1) 100%);
background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(138,11,40,1) 100%);
background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(138,11,40,1) 100%);
background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(138,11,40,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#8a0b28', GradientType=1 );
height: 350px;
border-bottom: 1px solid #ddd;    
}

.tl-slide-yellow {
background: rgba(241,231,103,1);
background: -moz-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to right, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
height: 350px;
border-bottom: 1px solid #ddd;    
}

.tl-slide-ice {
background: rgba(212,228,239,1);
background: -moz-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
background: -webkit-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -o-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -ms-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: linear-gradient(to right, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1 );
height: 350px;
border-bottom: 1px solid #ddd;    
}
/* ==========================================================================
    Home: Tile
========================================================================== */

.tl-tile-link {
  color: #777777;
}
.tl-tile-margin-bottom {
 margin-bottom: -29px !important;
}

.tl-tile {
  background: #F4F4F4;
  color: #777 !important;
  border: 1px solid #fff;
  height: 300px;
}
.tl-tile:hover {
  color: orange;
}
/* ========================================================================
  Fonts :: Overview tile
 ========================================================================== */
.sm-grid:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.sm-grid > * {
  padding-left: 25px;
  padding-right: 25px;
}
/* ========================================================================
  Fonts :: Meteor :: Tile
 ========================================================================== 
.tl-meteor {
}
.tl-meteor-blue {
  border: 2px solid #fff;
  background: rgba(0,0,255,0.2);
  padding-top: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
  color: #777;
}
.tl-meteor-blue:hover {
  background: rgba(0,0,255,0.4);
    color: #777;
}
a:visited.tl-meteor-blue {
    color: #777;
}
.tl-meteor-green {
  background: rgba(159,195,23,0.4);
  border: 2px solid #fff;
  padding-top: 55px;
  padding-right: 35px;
  padding-bottom: 35px;
  color: #777;
}
.tl-meteor-green:hover {
  background: rgba(159,195,23,0.8);
    color: #777;
}
a:visited.tl-meteor-green {
    color: #777;
}

.tl-meteor-yellow {
  background: rgba(240,188,17,0.4);
  border: 2px solid #fff;
  padding-top: 55px;
  padding-right: 35px;
  padding-bottom: 35px;
  color: #777;
}
.tl-meteor-yellow:hover {
  background: rgba(240,188,17,0.8);
  color: #777;
}
a:visited.tl-meteor-yellow {
    color: #777;
}
.tl-meteor-red {
  background: rgba(199,59,60,0.6);
  border: 2px solid #fff;
  padding-top: 55px;
  padding-right: 35px;
  padding-bottom: 35px;
  color: #fff;
}
.tl-meteor-red:hover {
  background: rgba(199,59,60,0.9);
  color: #fff;
}
a:visited.tl-meteor-red {
    color: #fff;
}
*/

/* ==========================================================================
    Border
========================================================================== */
.tl-border-r1w {
  border-right: 1px solid #fff;
}
.tl-border {
  border: 1px solid #ddd;
}
.tl-border3w {
  border: 3px solid #fff;
}
.tl-border-tb1 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tl-border-bottom {
  border-bottom: 1px solid #ddd;
}
/* ==========================================================================
    Footer
========================================================================== */
.tl-footer {
  background: #0085cd;
  margin-bottom: -30px;
}
.tl-social-footer {
  position: absolute;
  z-index: 2;
  margin-top: -35px;
}
.tl-footer-block {
  margin-top: -50px;
  margin-bottom: -50px;
}
/* ========================================================================
   Table style big Bulit padding: add-ons,
 ========================================================================== */
.tl-list-big table { padding-top: 20px; }
.tl-list-big th, .tl-list-big td { padding: 15px 10px 10px 10px; }
.tl-list-big li { padding-top:5px; }
/* ========================================================================
   Table List-style - like Tips and Tricks, Service pack
 ========================================================================== */
.tl-list dl,
.tl-list ul,
.tl-list ol { margin-top: 5px !important; }
.tl-list li {
 /*padding-top: 5px;*/
 padding-bottom: 5px;
}
/*.tl-list h3 {
 padding-top: 25px;
}*/
.tl-list table {
  margin-top: 15px;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
  font-family: "Arial",Verdana;
  font-size: 14px;
  line-height: 20px;
}
.tl-list thead {
font-size: 16px;
 line-height: 20px;
 font-family: "Arial",Verdana;
}
.tl-list th, .tl-list td {
  padding: 5px 5px 5px 5px;
}
/* ========================================================================
   Table padding and fonts: 
 ========================================================================== */
.tl-table-padding-xl td {
  padding: 10px 10px 10px 0px ;
  }

.tl-table-form td {
  padding: 10px 10px 10px 10px ;
  white-space: nowrap;
 }
 .tl-table-pb-sml li ,
 .tl-table-pb-sml td,
 .tl-table-pb-sml ol {
    line-height: 16px;
    padding:2px;
}

/* ========================================================================
   Table for News
 ========================================================================== */
.tl-table-news {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
  font-family: "Arial",Verdana;
  font-size: 12px;
  line-height: 14px;
}
* + .tl-table-news {
  margin-top: 0;
}
.tl-table-news th,.tl-table-news td {
  padding-left: 10px;
  padding-right: 10px;
}
.tl-table-news th {
  text-align: left;
  background-color: #0085cd;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom:5px;
}
.tl-table-news td {
  vertical-align: top;
}
.tl-table-news thead th {
  vertical-align: bottom;
}
.tl-table-news caption,.tl-table-news tfoot {
  font-size: 14px;
  font-style: none;
}
.tl-table-news caption {
  text-align: left;
  color: #bbb;
}
.tl-table-news tbody tr.tl-active {
  background: #eee;
}
/* ========================================================================
   Table for comparison Office HD
 ========================================================================== */
.tl-comparison {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
  font-family: "Tahoma",Verdana;
  font-size: 11px;
  line-height: 14px;
}
* + .tl-comparison {
  margin-top: 0;
}
.tl-comparison th,.tl-comparison td {
  padding-left: 10px;
  padding-right: 10px;
}
.tl-comparison th {
  text-align: left;
  background-color: ;
  color: #777;
  padding-top: 50px;
  padding-bottom:5px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.tl-comparison td {
  vertical-align: top;
}
.tl-comparison thead th {
  vertical-align: bottom;
}
.tl-comparison caption,.tl-comparison tfoot {
  font-size: 14px;
  font-style: none;
}
.tl-comparison caption {
  text-align: left;
  color: #bbb;
}
.tl-comparison tbody tr.tl-active {
  background: #eee;
}
/* ========================================================================
   Table for fonts
 ========================================================================== */
.tl-table-font {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0px;
}
* + .tl-table-font {
  margin-top: 0px;
}
.tl-table-font th,
.tl-table-font td {
  padding: 4px 8px 4px 8px;
}
.tl-table-font li {
 padding-bottom: 4px;
 }
.tl-table-font th {
  text-align: left;
}
.tl-table-font td {
  vertical-align: top;
}
.tl-table-font thead th {
  vertical-align: bottom;
}
.tl-table-font caption,
.tl-table-font tfoot {
  font-size: 14px;
  font-style: italic;
}
.tl-table-font caption {
  text-align: left;
  color: #bbbbbb;
}
.tl-table-font tbody tr.tl-active {
  background: #eeeeee;
}
/* ========================================================================
    Striped-table
 ========================================================================== */

/* Mit Streifen und Border oben und unten */
.tl-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* Mit Streifen und Umrandung :: Nur td */
.tl-table-border td {
  border: 1px solid #ddd;
}
@media screen and (max-width:768px) {
.tl-table-border-off td {
  border: 0px solid #ddd;
    }}
/* Mit Streifen und Umrandung :: Nur tr */
.tl-table-border-frame tr {
  border: 1px solid #ddd;
}
/* Mit Streifen und Umrandung :: tr und td */
.tl-table-striped-border tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tl-table-striped-border tr {
  border: 1px solid #ddd;
}

/* Flexbox-Tabelle mit div’S für SMO Übersicht */
.uk-flex-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}  
.uk-div-striped div {
  background: #2874A6;
  color: #fff !important;
  border-left: 1px solid #2874A6;
  border-right: 1px solid #2874A6;
  padding:5px;
}
.uk-div-striped div:nth-of-type(odd) {
  background: #2E86C1;
  border-top: 1px solid #2874A6;
  border-bottom: 1px solid #2874A6;
}
.uk-div-striped-dark div {
  background: #333;
  color: #fff !important;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding:5px;
  }
.uk-div-striped-dark div:nth-of-type(odd) {
  background: #444;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

/* ==========================================================================
    EDU Tabellen CSS
==========================================================================*/
		.one { background: #444; }
		#two { background: #333; }



#tl-edu-box-container {
	width:100%;
	background:none;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
	flex-direction: column;
    border: 1px solid #ddd;
}
#tl-edu-box1 {
   	-webkit-flex: 1;
	flex: 1;    
    padding: 10px;
	background:#eee;
    border-bottom: 1px solid #ddd;
}
#tl-edu-box2 {
    height: 110px;
    padding: 10px;
    background:#fff;
    border-bottom: 1px solid #ddd;
}
#tl-edu-box2de {
    height: 110px;
    padding: 10px;
    background:#fff;
    border-bottom: 1px solid #ddd;
}
#tl-edu-box3 {
    padding: 10px;
    background:#eee;
    border-bottom: 1px solid #ddd;
}
#tl-edu-box4 {
    padding: 10px;
	background:#fff;
    border-bottom: 1px solid #ddd;
}
#tl-edu-box5 {
    text-align: center;
    background:#eee;
}
.tl-edu-box-h4 {
    font-size: 22px;
    line-height: 22px;
    color:#0085cd;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
/* == EDU Tabellen CSS @media Container Einstellung ==*/
@media (max-width:1219px) {
#tl-edu-box-container {
	width:100%;
	background: none;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
	flex-direction: column;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}}
/* == EDU @media nur Boxen Einstellung ==*/
@media (max-width:1219px) {
#tl-edu-box2en {
    height: 75px;
}
#tl-edu-box2de {
    height: 105px;
}
#tl-edu-box2pr {
    height: 85px;
}}
@media (max-width:942px) {
#tl-edu-box2en {
    height: 85px;
}
#tl-edu-box2de {
    height: 130px;
}}
@media (max-width:815px) {
#tl-edu-box2en {
    height: 110px;
}
#tl-edu-box2de {
    height: 110px;
}
#tl-edu-box2pr {
    height: 110px;
}}
@media (max-width:782px) {
#tl-edu-box2en {
  	-webkit-flex: 1;
	flex: 1;
}
#tl-edu-box2de {
   	-webkit-flex: 1;
	flex: 1;
}
#tl-edu-box2pr {
   	-webkit-flex: 1;
	flex: 1;
}    
.tl-edu-box-h4-left {
    text-align: left;
}}
/* ==========================================================================
    Table stabel mit Border :: Windows overview-TM,PM,PR,TB
==========================================================================*/

/* Streifen ohne @media */
.tl-table-stack tbody tr:nth-of-type(odd) {
  background: #f5f5f5; 
}
.tl-table-stack tbody tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* Ohne Streifen und Border mit @media */
@media screen and (max-width:768px) {
.tl-table-stack table {
  margin-left: auto;
  margin-right: auto;
}
.tl-table-stack table {
  border:none;
  width: 100%;
}
.tl-table-stack thead {
  display:none;
}
.tl-table-stack tr {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.tl-table-stack td {
  float: left;
  padding-bottom:10px;
  width: 100%;
  text-align: center;
}
.tl-table-stack td::before {
  content:attr(data-label);		
  width: 100%;
  float:left;
}
.tl-table-stack tbody tr:nth-of-type(odd) {
  background: none !important; 
}
.tl-table-stack tbody tr {
  border:0 !important;
}
.tl-media-pb50 {
    padding-bottom: 50px;
}
.tl-media-pb-50 {
    margin-bottom: -50px;
}}
/* ========================================================================
   Table-Saw :: Windows overview links-order now, Free trial, Features
 ==========================================================================*/
.tl-table-saw table {
  display: table;
  border: none;
  border-collapse:collapse;
  width: 100%;
}
.tl-table-saw tr {
  display: table-row;
  border: none;
}
.tl-table-saw td {
  display: table-cell;
  border: none;
  padding: 0;
}
.tl-table-saw thead {
  font-weight: bold;
  background:#eee;
}
@media only screen and (max-width: 320px) {

.tl-table-saw table { border:none; }
	
.tl-table-saw tr,
.tl-table-saw td {
  display: block;
  border: none;
}
.tl-table-saw tr { 
  margin-bottom: 0px; 
  margin-top: 10px;
}
.tl-table-saw h4 {
  margin-top: -10px
}}

 @media only screen and (max-width: 767px) {

.tl-table-saw table {
  border:none;}
	
.tl-table-saw tr,
.tl-table-saw td {
  display: block;
  border: none;
}
.tl-table-saw tr { 
  margin-bottom: 0px; 
  margin-top: 10px;
}
.tl-table-saw h4 {
  margin-top: -10px;
}}
/* ========================================================================
   Products:	 SubMenu
 ==========================================================================*/
/* Menü Container*/
.tl-submenu {
  box-sizing: border-box;
  max-width: 940px;
  padding: 0;
}
/* Large screen and bigger */
@media (min-width: 960px) {
  .tl-submenu {
    max-width: 940px;
    padding: 14px;
  }
}
.tl-submenu {
  margin-left: auto; 
  margin-right: auto;
}

/* Menü*/
.tl-submenu ul {
   display: table; 
   table-layout: fixed; 
   margin-top: 50px;
   border-bottom: 1px solid #ddd;
}
.tl-submenu li {
  display:table-cell; 
  width: 100%;
  white-space: nowrap;
}
.tl-submenu li a {
 padding: 2px 5px;
 text-align: center;
 font-size: 12px !important;
}
/*
.tl-submenu li {
  text-transform: none;
  font-size: 14px !important;
  letter-spacing:  0;
} 
*/ 
/* 
@media screen and (max-width: 900px) {
.tl-submenu ul {
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #ddd;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.tl-submenu li {
  display: block;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
  padding-top: 3px;   
  font-family: 'Open Sans', sans-serif;
  padding-left: 0px;
  padding-right: 0px;
  white-space:pre-wrap;
}
.tl-submenu li:last-child {
  border-bottom: 0;
}
.tl-submenu li:before {
  float: left;
  }
 }
 */
/* ========================================================================
   SubMenu: Button and hover
 ========================================================================== */
.tl-button-submenu {
  background-color: #0085cd;
  color: #fff !important;
  border: 1px solid #0085cd;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;

}
.tl-button-submenu:hover {
  background: orange !important;
  color: #ffffff !important;
  border: thin solid orange !important;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
.tl-button-submenu {
  background-color: #0085cd;
  color: #fff !important;
  border: 1px solid #0085cd;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }  
}


/* ========================================================================
  Text-Alignment
 ========================================================================== */
.tl-text-left {
  text-align: left !important;
}
.tl-text-right {
  text-align: right !important;
}
.tl-text-center {
  text-align: center !important;
}
.tl-text-justify {
  text-align: justify !important;
}
.tl-text-top {
  vertical-align: top !important;
}
.tl-text-middle {
  vertical-align: middle !important;
}
.tl-text-bottom {
  vertical-align: bottom !important;
}
.tl-image-center {
margin-left: auto;
margin-right: auto;
}


/* ========================================================================
  Feedback Error
 ========================================================================== */
.tl-error li {
  list-style-type: none;
  margin-left: -30px;
}
/* ========================================================================
  Buttoncolor
 ========================================================================== */
/* Button GREEN*/
.tl-button-green {
  background-color: transparent;
  color: #569035;
  border-color: #569035
}
/* Active GREEN*/
.tl-button-green:active,.tl-button-green.tl-active {
  background-color: #569035;
  color: #fff
}
/* Hover GREEN*/
.tl-button-green:hover,.tl-button-green:focus {
  background-color: #569035;
  color: #fff;
  box-shadow: inset 0 0 10px 30px #569035
}
/* Button RED*/
.tl-button-red {
  background-color: transparent;
  color: #BC1E1D;
  border-color: #BC1E1D
}
/* Active RED*/
.tl-button-red:active,.tl-button-red.tl-active {
  background-color: #BC1E1D;
  color: #fff
}
/* Hover RED*/
.tl-button-red:hover,.tl-button-red:focus {
  background-color: #BC1E1D;
  color: #fff;
  box-shadow: inset 0 0 10px 30px #BC1E1D
}
/* Button ORANGE*/
.tl-button-orange {
  background-color: transparent;
  color: #F89C0A;
  border-color: #F89C0A;
  background-color: #fff
}
/* Active ORANGE*/
.tl-button-orange:active,.tl-button-orange.tl-active {
  background-color: #F89C0A;
  color: #fff
}
/* Hover ORANGE*/
.tl-button-orange:hover,.tl-button-orange:focus {
  background-color: #F89C0A;
  color: #fff;
  box-shadow: inset 0 0 10px 30px #F89C0A
}
/* =========== Lightbox ========= */

.tl-lightbox {
  display:none;
  position:absolute;
  height:70%;
  width:40%;
  top:25%;
  left: 30%;
  padding: 20px  0px  0px  10px;
  background-color:#f9f9f9;
  box-shadow: 10px 20px 30px grey;
  -moz-box-shadow: 10px 20px 30px grey;
  -webkit-box-shadow: 10px 20px 30px grey;
  border:1px solid #ddd;
}
.tl-lightbox iframe { width: 100%; height:100%; }
	
.tl-lightbox a {
  height: 35px;
  width: 35px;
  background: rgba(32,124,229,1);
  background: -moz-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,124,229,1)), color-stop(100%, rgba(73,155,234,1)));
  background: -webkit-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
  background: -o-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
  background: -ms-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
  background: linear-gradient(to bottom, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#499bea', GradientType=0 );
  border: 1px solid #ddd;
  border-radius: 100%;
  border: 2px solid #ddd;
  box-shadow: 10px 20px 30px grey;
  -moz-box-shadow: 10px 20px 30px grey;
 -webkit-box-shadow: 10px 20px 30px grey;
 float:right;
 top: -0.8em;
 right: -0.8em;
 position:absolute;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 color: #ffffff;
}
.tl-lightbox a:hover { color: #FFAA00; }

/* =================================================== 
DIV - Box hat noch keinen Einsatz
====================================================== */
.tl-box {
  margin: 0;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}
.tl-box-red {
  border: 2px solid #777;
  background-color: #bc1e1d;
}

.tl-box-green {
  border: 2px solid #777;
  background-color: #569035;
}

.tl-box-orange {
  border: 2px solid #777;
  background-color: #f89c0a;
}
.uk-vw-pt01 { padding-top: 0.1vw; }
.uk-vw-pt02 { padding-top: 0.2vw; }
.uk-vw-pt03 { padding-top: 0.3vw; }
.uk-vw-pt04 { padding-top: 0.4vw; }
.uk-vw-pt05 { padding-top: 0.5vw; }
.uk-vw-pt06 { padding-top: 0.6vw; }
.uk-vw-pt07 { padding-top: 0.7vw; }
.uk-vw-pt08 { padding-top: 0.8vw; }
.uk-vw-pt09 { padding-top: 0.9vw; }
.uk-vw-pt1 { padding-top: 1vw; }
.uk-vw-pt15 { padding-top: 1.5vw; }
.uk-vw-pt2 { padding-top: 2vw; }
.uk-vw-pt25 { padding-top: 2.5vw; }
.uk-vw-pt3 { padding-top: 3vw; }
.uk-vw-pt35 { padding-top: 3.5vw; }
.uk-vw-pt4 { padding-top: 4vw; }
.uk-vw-pt45 { padding-top: 4.5vw; }
.uk-vw-pt5 { padding-top: 5vw; }
.uk-vw-pt55 { padding-top: 5.5vw; }
.uk-vw-pt6 { padding-top: 6vw; }
.uk-vw-pt65 { padding-top: 6.5vw; }
.uk-vw-pt7 { padding-top: 7vw; }
.uk-vw-pt75 { padding-top: 7.5vw; }
.uk-vw-pt8 { padding-top: 8vw; }
.uk-vw-pt85 { padding-top: 8.5vw; }
.uk-vw-pt9 { padding-top: 9vw; }
.uk-vw-pt95 { padding-top: 9.5vw; }
.uk-vw-pt10 { padding-top: 10vw; }

.uk-vw-pb01 { padding-bottom: 0.1vw; }
.uk-vw-pb02 { padding-bottom: 0.2vw; }
.uk-vw-pb03 { padding-bottom: 0.3vw; }
.uk-vw-pb04 { padding-bottom: 0.4vw; }
.uk-vw-pb05 { padding-bottom: 0.5vw; }
.uk-vw-pb06 { padding-bottom: 0.6vw; }
.uk-vw-pb07 { padding-bottom: 0.7vw; }
.uk-vw-pb08 { padding-bottom: 0.8vw; }
.uk-vw-pb09 { padding-bottom: 0.9vw; }
.uk-vw-pb1 { padding-bottom: 1vw; }
.uk-vw-pb15 { padding-bottom: 1.5vw; }
.uk-vw-pb2 { padding-bottom: 2vw; }
.uk-vw-pb25 { padding-bottom: 2.5vw; }
.uk-vw-pb3 { padding-bottom: 3vw; }
.uk-vw-pb35 { padding-bottom: 3.5vw; }
.uk-vw-pb4 { padding-bottom: 4vw; }
.uk-vw-pb45 { padding-bottom: 4.5vw; }
.uk-vw-pb5 { padding-bottom: 5vw; }
.uk-vw-pb55 { padding-bottom: 5.5vw; }
.uk-vw-pb6 { padding-bottom: 6vw; }
.uk-vw-pb65 { padding-bottom: 6.5vw; }
.uk-vw-pb7 { padding-bottom: 7vw; }
.uk-vw-pb75 { padding-bottom: 7.5vw; }
.uk-vw-pb8 { padding-bottom: 8vw; }
.uk-vw-pb85 { padding-bottom: 8.5vw; }
.uk-vw-pb9 { padding-bottom: 9vw; }
.uk-vw-pb95 { padding-bottom: 9.5vw; }
.uk-vw-pb10 { padding-bottom: 10vw; }

.uk-padding-1 {
  padding: 1px !important;
}
.uk-padding-2 {
  padding: 2px !important;
}
.uk-padding-3 {
  padding: 3px !important;
}
.uk-padding-4 {
  padding: 4px !important;
}
.uk-padding-5 {
  padding: 5px !important;
}
.uk-padding-10 {
  padding: 10px !important;
}
.uk-padding-15 {
  padding: 15px !important;
}
.uk-padding-20 {
  padding: 20px !important;
}
.uk-padding-25 {
  padding: 25px !important;
}
.uk-padding-30 {
  padding: 30px !important;
}
.uk-padding-40 {
  padding: 40px !important;
}
.uk-padding-50 {
  padding: 50px !important;
}

.uk-margin-10 {
  margin: 10px !important;
}
.uk-margin-15 {
  margin: 15px !important;
}
.uk-margin-20 {
  margin: 20px !important;
}
.uk-margin-25 {
  margin: 25px !important;
}
.uk-margin-30 {
  margin: 30px !important;
}
.uk-margin-40 {
  margin: 40px !important;
}
.uk-margin-50 {
  margin: 50px !important;
}
















