/**/
.ps {margin: 0 0 14px 0;}
/*Abstände bei den Bildern*/
.alignright, .alignleft {margin: 25px;}
/*Schatten am Container*/
.tm-page-container .tm-page {
box-shadow: 0 10px 50px rgba(83,81,78,0.7), 0 5px 15px rgba(0,0,0,0.3); background: white;}
/*Abgerundete Ecken beim Hauptcontainer*/
.tm-headerbar-top {
border-radius: 5px;}
.tm-page-container .tm-page {
border-radius: 5px;}
/*Abgerundede Ecken bei allen Bildern*/
img {
border-radius: 3px;}
/*Logo responsive Höhe*/
.uk-responsive-height {
max-height: 140px;
margin-top: 120px;
border-radius: 0px;
}
/*Rundung der Ecken unten*/
.uk-section {border-radius: 4px;}
/*Blocksatz*/
html {text-align: justify;}
h1, h2, h3, h4, h5, h6 {text-align: left;}
/*Mobile header höher*/
.tm-header-mobile {height: 60px; padding-top: 10px; background: white;}
/*Schrift für Mobile Menue*/
.uk-nav-default {font-family: 'Fredericka the Great'; color: black !important;}
/*Hintergrund für Mobile Menue*/
#tm-mobile div.uk-background-default {background-image: url('wp-content/uploads/2017/12/background04_mobileb.html'); box-shadow:0 0 30px rgba(83,81,78,0.9), 0 0 70px rgba(0,0,0,0.5);}
/*Hintergrund für Dropdowns*/
.uk-navbar-dropdown {background-image: url('wp-content/uploads/2017/12/background04_dropde.jpg'); background-position: right bottom; background-repeat: no-repeat; border: 1px solid #e5e5e5;}
/*Divider zwischen Header und Seite*/
.uk-section {
padding-top: 40px;
padding-bottom: 60px;
margin-top: 68px;
border-top: 0px dashed #e5e5e5; background: white;
}
@media screen and (min-width: 960px) {
.uk-section {
padding-top: 7px;
padding-bottom: 60px;
margin-top: 68px;
border-top: 0px dashed #e5e5e5; background: white;
}
}
.tm-headerbar-bottom {
padding-bottom: 0px;}
/*Zentrieren der Navbar*/
.uk-navbar-center:only-child {
margin-left: auto; padding-left: 38px;}
/*zurechtruecken der Navbar*/
.uk-navbar-nav {
margin-left: -16px;
}
/*Schatten bei Video*/
.wp-video {box-shadow: 0 0 29px gainsboro;}
/*Schattenbox fuer alles*/
.shadow {border-radius: 3px; box-shadow: 0 0 29px gray;}
/*seitenbilder oben responsive*/
#imgtopleft {
margin-top: 22px;
margin-left: -27px;
position: absolute;
width: 150px;
height: 370px;
background-image: url('wp-content/uploads/2018/01/Mikroskop1_links.png');
background-size: cover;
border-radius: 4px;
left: 0px;
box-shadow: 0 0 29px gray;
}
#imgtopright {
margin-top: 22px;
margin-right: -27px;
position: absolute;
width: 150px;
height: 377px;
background-image: url('wp-content/uploads/2018/02/Startseiterechts_.png');
background-size: cover;
border-radius: 4px;
right: 0px;
box-shadow: 0 0 29px gray;
}
@media screen and (min-width: 1000px) {
#imgtopleft, #imgtopright {width: 167px;}
}
@media screen and (min-width: 1075px) {
#imgtopleft, #imgtopright {width: 185px; }
}
@media screen and (min-width: 1130px) {
#imgtopleft, #imgtopright {width: 210px;}
}
@media screen and (min-width: 1151px) {
#imgtopleft, #imgtopright {width: 250px; }
}
/*Artikelueberschriften linksbuendig und kleiner, untermenueschriften neues layout*/
.uk-article-title {
text-align: center;
font-size: 36px;}
@media screen and (min-width: 960px) {
.uk-article-title {
text-align: left;
font-size: 48px;}
}
.uk-text-lead {
font-size: 20px;
line-height: 1.5;
text-align: left;
color: #2d2e33;
font-family: PT Serif;
font-weight: normal;
}
/*Position Language switchers*/
.widget-icl-lang-sel-widget {position: absolute;
top: 32px;
right: 24.8%;
z-index: 10000;}