/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* Schriftgrößen festlegen
========================================================================================== */
 html {font-size:16px;}
 p{font-size:1.0rem;}
 h1{font-size:2.5rem;}
 h2{font-size:2.0rem;}
 h3{font-size:1.5rem;}
 h3{font-size:1.2rem;}
 
/* Schriftfarben anpassen
========================================================================================== */
 body{color:#000;}
.uk-panel-box-primary > a:not([class]), .uk-panel-box-primary > :not([class*='uk-nav']) a:not([class]) {
    color: #41656f;
}
/* Hintergrundbild anpassen
========================================================================================== */
.tm-background {
  background-image: url("../../../../../images/altes-wissen-neu-entdeckt/layout/body_default_q10.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
} 
body{background-color:#000;}
/* Logo - Sonne anpassen
========================================================================================== */
.uk-icon-sun-o{font-size:70px; color:#6AAE33; }

/* Text hervorheben
========================================================================================== */
.emphasized-01{color:#6AAE33; /*text-transform:none;*/ margin-bottom:0px;}
.emphasized-02{color:#6AAE33; margin-bottom:0px;}

/* Panel Box Style z.B. fuer Logo Gundermannschule
========================================================================================== */
.panel-box-style-01{
	background:#fff;
	padding:5px;
}
/* Widgetkit Box anpassen z.B. fuer Impressionen
========================================================================================== */
.uk-panel-box-hover{
	border:1px solid #E7EBEC;
}

@media (min-width: 768px) and (max-width: 890px){
	.uk-panel-box {
		padding: 20px;
	}
}

/* Kontaktformular anpassen
========================================================================================== */
input, textarea, .uneditable-input {
    width: 95%;
}
textarea {
		min-height:200px;
}

/* Media Querys
========================================================================================== */
@media (max-width: 540px){
	h2.emphasized-02{font-size:1.5rem;}
}
@media (max-width: 410px){
	h1{font-size:2.0rem;}
	h2{font-size:1.5rem;}
	/* Schriftgroessen z.B. Teaser Startseite, Teaser weitere Seiten */
	h2.emphasized-02{font-size:1.1rem;}
	h3.emphasized-02{font-size:1.1rem;}
	/* Boxenabstand anpassen */	
	.tm-isblog .uk-article {
    	padding: 20px;
	}
}
@media (max-width: 330px){
	/* Schriftgroessen z.B. Teaser Startseite, Teaser weitere Seiten */
	h2.emphasized-02{font-size:1.0rem;}
	h3.emphasized-02{font-size:1.0rem;}
}
@media (max-width: 315px){
	/* Schriftgroessen z.B. Teaser Startseite, Teaser weitere Seiten */
	h1{font-size:1.5rem;}
	h2{font-size:1.5rem;}
	h3.emphasized-01{font-size:1.1rem;}
	.uk-panel-box-primary, .uk-panel-box-secondary {
		padding: 20px;
	}
}