/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Schiftdefinition
   ========================================================================== */

/*

Using weights in css

Regular 400
Medium 400
Bold 700
Black 900

*/

body,
p {
    font-size: 18px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 60px;
}

h1 small {
    font-size: 60%;
}

.date,
h2 {
    font-size: 28px;
    font-weight: 700;
}

h3, h4, h5, h6 {
    font-size: 18px;
    font-weight: 400;
}

.home .date {
    font-size: 18px;
}

.home h1 {
    margin:0;
}

#pagetitle {
    color: rgba(255,255,255,1);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
}

a {
    outline: none;
}

#touchmenu,
#burger {
    display: none;
}

nav a {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
}

.infobox p {
    color: rgba(255,255,255,1);
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
}

blockquote span {
    font-weight: 400;
    color: rgba(0,0,0,0.5);
    font-size: 18px;
}

.bigletter {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
}

.bigletter a{
    font-weight: 400;
    text-decoration: none;
    color: rgba(0,0,0,1);
}

blockquote {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 140px !important;
    position: relative;
}

blockquote:before {
    content: "\201D";
    font-size: 120px;
    position: absolute;
    margin-top: -90px;
}

blockquote:after {
    content: "\201C";
    font-size: 120px;
    position: absolute;
    margin-top: 40px;
    left:0;
}

input {
    font-weight: 400;
}

.hyphenate {
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: no-common-ligatures;
}

strong {
    font-weight: 700;
}

.einlauftext,
.willkommen p {
    font-size: 22px;
}

.wp-caption-text {
    font-size: 14px;
    padding: 0 !important;
    margin-top: 5px;
    color: rgba(0,0,0,0.5);
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: "Lato",sans-serif;
    color:rgba(0,0,0,1);
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#pagewrap {
    width: 1400px;
    margin: 0 auto;
}

.contentwidth {
    width: 1200px;
    margin: 0 auto;
}

/* === START: Menü === */

nav {
    text-align: center;
    margin: 50px auto 50px auto !important;
}

nav ul {
    list-style: none;
    margin:0;
    padding: 0;
}

nav li {
    display: inline-block;
}

nav li:after {
    content: "\2014";
    margin:0 10px 0 10px;
}

nav li:last-of-type:after {
    content: "";
    margin:0;
}

nav a {
    text-decoration: none;
    color:rgba(0,0,0,1);
}

/* === END: Menü === */

#head {
    position: relative;
    background-size: cover;
}

.page #head,
.single #head {
    height: 400px;
}

.home #head {
    height: 800px;
}

/*.swiper-wrapper {
    overflow: hidden;
}*/

.swiper-container {
    width: 1200px;
    height: 800px;
    position: static;
    overflow: hidden;
}

.swiper-slide {
    background-repeat: none;
    background-size: cover;
}

.swiper-buttons {
    width: 20px;
    height: 160px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    margin: -80px 0 0 -40px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 20px;
    height: 80px;
    background-repeat: none;
    background-size: 16px auto;
    background-position: center center;
    display: block;
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
}

.swiper-button-prev {
    background-image: url('../img/arrow/gruen_arrow_up.png');
}

.swiper-button-next {
    background-image: url('../img/arrow/gruen_arrow_down.png');
}

#pagetitle {
    position: absolute;
    z-index: 10;
    top: 40%;
    display: block;
    width: 100%;
    text-align: center;
}

.infobox img {
    float: left;
    margin: 0 20px 0 0;
}

.infobox {
    width: 420px;
    position: absolute;
    top: 85%;
    right: 0;
    z-index: 10;
    padding: 30px 40px 30px 40px;
}

.infobox a {
    color: white !important;
    text-decoration: underline;
}

.single .infobox,
.page .infobox {
    width: 320px;
}

.home .infobox {
    width: 420px;
}

.infobox p {
    margin: 0;
}

.willkommen article {
    width: 600px;
    position: relative;
}

.smallwidth {
    width: 780px;
    padding-right: 420px;
    min-height:400px;
}

.smallwidth ul{
    margin-left: 80px;
    list-style-type: square;
}

.single .article-box p,
.single .article-box h2,
.single .article-box h3 {
    padding-left: 100px;
}

.page-id-11 h1{
    padding-left: 130px;
}

.page-id-11 h1:before{
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    margin-left: -130px;
    background: url("../img/logo_farbig.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-id-11 .article-box ul {
    margin-left: 20px;
}

.page-id-2 .willkommen p:before{
    content: "";
    background: url("../img/logo_farbig.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.page-id-2 .willkommen p {
    padding-left: 130px;
}

.wp-image-708 {
    width: 120px !important;
    height: auto !important;
    float: left;
    margin: 0 20px 40px 0;
}

.page-id-5 h1:nth-of-type(1),
.page-id-5 h1:nth-of-type(2) {
    margin-bottom: 0;
}

.single .article-box .einlauftext {
    margin-bottom: 60px;
    display: block;
}

.article-box article {
    display: block;
    float: left;
    width: 400px;
    text-decoration: none;
    color: rgba(0,0,0,1);
    height: 540px !important; /* Ben */
}

.article-box article h2{
    height: 85px;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 15px;
}


.bigletter {
    margin: 100px auto 100px auto;
}

.second-box {
    position: relative;
    margin: 40px auto 100px auto;
}

.second-box .infobox {
    top: 40%;
}

blockquote {
    margin: 200px 0 0 0;
    width: 750px;
}

blockquote span {
    display: block;
    margin: 20px 0 0 0;
}

#googlemap {
    width: 800px;
    height: 400px;
    float: left;
    margin: 0 100px 0 0;
    position: relative;
}

#googlemap .infobox {
    top: 0;
    left: 0;
}

#overmap{
  position: absolute;
  opacity: 0;
  z-index: 999;
}

#map,
#overmap{
    width: 800px;
    height: 540px;
}


#kontakt {
    width: 300px;
    float: right;
}

#kontakt h2:first-of-type {
    margin-top: 0;
}

#kontakt h2 {
    margin-bottom: 0px;
}

input {
    margin: 0 0 10px 0;
}

input[type="text"],
input[type="email"] {
    background-color: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.5);
    border: none;
    width: 300px;
    height: 30px;
    padding: 10px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
    width: 380px;
}

.wpcf7-form {
    width: 400px;
}

input[type="submit"] {
    color: rgba(255,255,255,1);
    border: none;
    width: 140px;
    height: 50px;
}

footer {
    margin: 100px auto 0 auto !important;
}

nav.footer {
    margin: 100px auto 100px auto !important;
}

/* Veranstaltungen */



.homeeventwrap:first-of-type {
    margin: 18px 0 18px 0;
}

.homeevent p {
    margin:0;
}

.homeeventwrap a.homeevent:link,
.homeeventwrap a.homeevent:visited {
    color: rgba(0,0,0,1);
}

.homeeventwrap:last-of-type {
    margin-bottom: 18px;
}

a.event {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,0.05);
}

a.event:nth-of-type(2n) {
    background-color: rgba(255,255,255,1);
}

a.event:hover {
    color: rgba(0,0,0,1) !important;
    background-color: rgba(0,0,0,0.15);
}

a.event div {
    float: left;
}

.event_bild {
    width: 100px;
    margin-right: 20px;
}

.event_datum {
    width: 260px;
}

.event_text {
    width: 780px;
}

.date {
    display: block;
}

.event h2,
.event p {
    margin: 0;
}

.event h2,
.event .date {
    margin: 0 0 10px 0;
}

.noimage {
    width: 100px;
    height: 100px;
    background-image: url("../img/noimage.png");
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center;
}

.single .category-veranstaltung .smallwidth {
    width: auto;
    padding: 0;
}

.single .category-veranstaltung .smallwidth img {
    float: left;
    margin-right: 40px;
}

.gallery {
    margin: 60px auto 0 auto !important;
}

.page-template-veranstaltungen .smallwidth {
    margin: 0 0 40px 0;
}

div.wp-caption{
    width: auto !important;
    max-width: 600px;
    padding-left: 100px;
    position: relative;
}

div.wp-caption p.wp-caption-text {
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    padding: 10px !important;
    display: block;
    margin: 0;
    opacity: 0;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

div.wp-caption:hover p.wp-caption-text {
    opacity: 1;
}

.hinweis {
    border-left: 5px solid rgba(0,0,0,1);
    padding: 10px 10px 10px 100px;
    margin-left: 100px;
    font-weight: 400;
    background-color: rgba(0,0,0,0.05);
    background-image: url("../img/logo_farbig.png");
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: 10px 10px;
    min-height: 90px;
    width: 685px;
}

/* Nur bei Pflanzenwelt */

.postid-1 .smallwidth {
    width: 780px;
    padding-right: 120px;
    float: left;
}

.postid-1 .post-sidebar {
    width: 260px;
    margin-left: 940px;
    padding-top: 200px;
}

.postid-1 .post-sidebar.fix {
    position: fixed;
    padding: 0;
    top:80px;
}

.postid-1 .post-sidebar p {
    padding: 0;
}

.postid-1 .post-sidebar h2 {
    padding: 0;
    margin: 0;
}


/* ==========================================================================
   Farbe
   ========================================================================== */


/* gruen */

.gruen a {
    color: rgba(0,0,0,1);
}

.gruen nav li.current_page_item a,
.gruen .article-box div a,
.gruen a:hover,
.gruen nav li a:hover,
.gruen .bigletter a:hover,
.gruen blockquote:before,
.gruen blockquote:after,
.gruen .homeeventwrap a.homeevent:hover,
.gruen a.color {
    color: rgba(120,200,80,1);
}

.gruen .infobox,
.gruen input[type="submit"],
.gruen .event .noimage {
    background-color: rgba(120,200,80,1);
}

.gruen .hinweis {
    border-left: 5px solid rgba(120,200,80,1);
}

.gruen .article-box div a:hover,
.gruen a.color:hover {
    color: rgba(0,0,0,0.5);
    margin: 20px 0 0 0;
}

.gruen .swiper-button-prev {background-image: url('../img/arrow/gruen_arrow_up.png');}
.gruen .swiper-button-next {background-image: url('../img/arrow/gruen_arrow_down.png');}
.gruen #backtotop{background-image: url('../img/arrow/gruen_arrow_up.png');}


/* rosa */

.rosa a {
    color: rgba(0,0,0,1);
}

.rosa nav li.current_page_item a,
.rosa .article-box div a,
.rosa a:hover,
.rosa nav li a:hover,
.rosa .bigletter a:hover,
.rosa blockquote:before,
.rosa blockquote:after,
.rosa .homeeventwrap a.homeevent:hover,
.rosa a.color {
    color: rgba(240,70,100,1);
}

.rosa .infobox,
.rosa input[type="submit"],
.rosa .event .noimage {
    background-color: rgba(240,70,100,1);
}

.rosa .hinweis {
    border-left: 5px solid rgba(240,70,100,1);
}

.rosa .article-box div a:hover,
.rosa a.color:hover {
    color: rgba(0,0,0,0.5);
    margin: 20px 0 0 0;
}

.rosa .swiper-button-prev {background-image: url('../img/arrow/rosa_arrow_up.png');}
.rosa .swiper-button-next {background-image: url('../img/arrow/rosa_arrow_down.png');}
.rosa #backtotop{background-image: url('../img/arrow/rosa_arrow_up.png');}

/* blau */

.blau a {
    color: rgba(0,0,0,1);
}

.blau nav li.current_page_item a,
.blau .article-box div a,
.blau a:hover,
.blau nav li a:hover,
.blau .bigletter a:hover,
.blau blockquote:before,
.blau blockquote:after,
.blau .homeeventwrap a.homeevent:hover,
.blau a.color {
    color: rgba(80,110,220,1);
}

.blau .infobox,
.blau input[type="submit"],
.blau .event .noimage {
    background-color: rgba(80,110,220,1);
}

.blau .hinweis {
    border-left: 5px solid rgba(80,110,220,1);
}

.blau .article-box div a:hover,
.blau a.color:hover {
    color: rgba(0,0,0,0.5);
    margin: 20px 0 0 0;
}

.blau .swiper-button-prev {background-image: url('../img/arrow/blau_arrow_up.png');}
.blau .swiper-button-next {background-image: url('../img/arrow/blau_arrow_down.png');}
.blau #backtotop{background-image: url('../img/arrow/blau_arrow_up.png');}

/* gelb */

.gelb a {
    color: rgba(0,0,0,1);
}

.gelb nav li.current_page_item a,
.gelb .article-box div a,
.gelb a:hover,
.gelb nav li a:hover,
.gelb .bigletter a:hover,
.gelb blockquote:before,
.gelb blockquote:after,
.gelb .homeeventwrap a.homeevent:hover,
.gelb a.color {
    color: rgba(220,200,50,1);
}

.gelb .infobox,
.gelb input[type="submit"],
.gelb .event .noimage {
    background-color: rgba(220,200,50,1);
}

.gelb .hinweis {
    border-left: 5px solid rgba(220,200,50,1);
}

.gelb .article-box div a:hover,
.gelb a.color:hover {
    color: rgba(0,0,0,0.5);
    margin: 20px 0 0 0;
}

.gelb .swiper-button-prev {background-image: url('../img/arrow/gelb_arrow_up.png');}
.gelb .swiper-button-next {background-image: url('../img/arrow/gelb_arrow_down.png');}
.gelb #backtotop{background-image: url('../img/arrow/gelb_arrow_up.png');}

/* flieder */

.flieder a {
    color: rgba(0,0,0,1);
}

.flieder nav li.current_page_item a,
.flieder .article-box div a,
.flieder a:hover,
.flieder nav li a:hover,
.flieder .bigletter a:hover,
.flieder blockquote:before,
.flieder blockquote:after,
.flieder .homeeventwrap a.homeevent:hover,
.flieder a.color {
    color: rgba(180,130,210,1);
}

.flieder .infobox,
.flieder input[type="submit"],
.flieder .event .noimage {
    background-color: rgba(180,130,210,1);
}

.flieder .hinweis {
    border-left: 5px solid rgba(180,130,210,1);
}

.flieder .article-box div a:hover,
.flieder a.color:hover {
    color: rgba(0,0,0,0.5);
    margin: 20px 0 0 0;
}

.flieder .swiper-button-prev {background-image: url('../img/arrow/flieder_arrow_up.png');}
.flieder .swiper-button-next {background-image: url('../img/arrow/flieder_arrow_down.png');}
.flieder #backtotop{background-image: url('../img/arrow/flieder_arrow_up.png');}

/* turkies */

.turkies a {
    color: rgba(0,0,0,1);
}

.turkies nav li.current_page_item a,
.turkies .article-box div a,
.turkies a:hover,
.turkies nav li a:hover,
.turkies .bigletter a:hover,
.turkies blockquote:before,
.turkies blockquote:after,
.turkies .homeeventwrap a.homeevent:hover,
.turkies a.color {
    color: rgba(0,180,180,1);
}

.turkies .infobox,
.turkies input[type="submit"],
.turkies .event .noimage {
    background-color: rgba(0,180,180,1);
}

.turkies .hinweis {
    border-left: 5px solid rgba(0,180,180,1);
}

.turkies .article-box div a:hover,
.turkies a.color:hover {
    color: rgba(0,0,0,0.5);
    margin: 20px 0 0 0;
}

.turkies .swiper-button-prev {background-image: url('../img/arrow/turkies_arrow_up.png');}
.turkies .swiper-button-next {background-image: url('../img/arrow/turkies_arrow_down.png');}
.turkies #backtotop{background-image: url('../img/arrow/turkies_arrow_up.png');}

/* orange */

.orange a {
    color: rgba(0,0,0,1);
}

.orange nav li.current_page_item a,
.orange .article-box div a,
.orange a:hover,
.orange nav li a:hover,
.orange .bigletter a:hover,
.orange blockquote:before,
.orange blockquote:after,
.orange .homeeventwrap a.homeevent:hover,
.orange a.color {
    color: rgba(250,120,0,1);
}

.orange .infobox,
.orange input[type="submit"],
.orange .event .noimage {
    background-color: rgba(250,120,0,1);
}

.orange .hinweis {
    border-left: 5px solid rgba(250,120,0,1);
}

.orange .article-box div a:hover,
.orange a.color:hover {
    color: rgba(0,0,0,0.5);
    margin: 20px 0 0 0;
}

.orange .swiper-button-prev {background-image: url('../img/arrow/orange_arrow_up.png');}
.orange .swiper-button-next {background-image: url('../img/arrow/orange_arrow_down.png');}
.orange #backtotop{background-image: url('../img/arrow/orange_arrow_up.png');}




#backtotop{
  position: fixed;
  width: 40px;
  height: 40px;
  background-image: url("../img/arrow/rosa_arrow_up.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 50%;
  background-size: 50%;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
}




.map{
  width: 100%;
  min-height: 670px;
  height: auto;
  background: url("../img/BotanischerGartenKarte2016.jpg") no-repeat;
  -webkit-background-size: 1200px auto;
  background-size: 1200px auto;
}

.map .maplink {
    background-color: rgba(255,255,0,0);
    position: absolute;
}

.info{
    background-color: #000;
    width: 25px;
    height: 23px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding-top: 2px;
    position: absolute;
    cursor: pointer;
}

.info:hover{
  background-color: #808080;
}

.info .wrap{
  background-color: #fff;
  color: #000;
  padding: 10px;
  width: 200px;
  height: 50px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  display: none;
  position: relative;
  z-index: 9999;
}

.info .wrap.visible{
  display: block;
}

.info .wrap p{
  margin: 0;
  text-align: left;
}

.info .wrap p:nth-of-type(1){
  font-weight: 700;
}

.info[data-num="1"]{ margin: 299px 0 0 605px; }
.info[data-num="2"]{ margin: 317px 0 0 447px; }
.info[data-num="3"]{ margin: 317px 0 0 416px; }
.info[data-num="4"]{ margin: 289px 0 0 434px; }
.info[data-num="5"]{ margin: 249px 0 0 449px; }
.info[data-num="6"]{ margin: 144px 0 0 307px; }
.info[data-num="7"]{ margin: 166px 0 0 205px; }
.info[data-num="8"]{ margin: 282px 0 0 222px; }
.info[data-num="9"]{ margin: 370px 0 0 250px; }
.info[data-num="10"]{ margin: 436px 0 0 257px; }
.info[data-num="11"]{ margin: 482px 0 0 434px; }
.info[data-num="12"]{ margin: 439px 0 0 395px; }
.info[data-num="13"]{ margin: 369px 0 0 422px; }
.info[data-num="14"]{ margin: 342px 0 0 602px; }
.info[data-num="15"]{ margin: 375px 0 0 672px; }
.info[data-num="16"]{ margin: 412px 0 0 646px; }
.info[data-num="17"]{ margin: 437px 0 0 611px; }
.info[data-num="18"]{ margin: 472px 0 0 749px; }
.info[data-num="19"]{ margin: 445px 0 0 810px; }
.info[data-num="20"]{ margin: 467px 0 0 894px; }
.info[data-num="21"]{ margin: 238px 0 0 917px; }
.info[data-num="22"]{ margin: 213px 0 0 938px; }
.info[data-num="23"]{ margin: 245px 0 0 960px; }
.info[data-num="24"]{ margin: 77px 0 0 768px; }
.info[data-num="25"]{ margin: 163px 0 0 677px; }
.info[data-num="26"]{ margin: 213px 0 0 639px; }

.map #erwflaeche{ width: 90px; height: 50px; margin: 310px 0 0 1110px; }
.map #fachwhaus{ width: 148px; height: 47px; margin: 270px 0 0 632px; }
.map #rhododendren{ width: 168px; height: 18px; margin: 193px 0 0 143px; }
.map #farne{ width: 90px; height: 30px; margin: 396px 0 0 260px; }
.map #heidegarten{ width: 90px; height: 23px; margin: 447px 0 0 720px; }
.map #kraeutergarten{ width: 96px; height: 40px; margin: 433px 0 0 462px; }
.map #primeltal{ width: 68px; height: 17px; margin: 462px 0 0 392px; }
.map #kamelien{ width: 120px; height: 50px; margin: 250px 0 0 310px; }
.map #alpinum{ width: 120px; height: 60px; margin: 140px 0 0 704px; }
.map #buchenwald{ width: 110px; height: 150px; margin: 40px 0 0 835px; }
.map #hochstauden{ width: 100px; height: 70px; margin: 292px 0 0 787px; }
.map #blumenzwiebelwiese{ width: 70px; height: 55px; margin: 320px 0 0 630px; }
.map #mendelschegesetzte{ width: 50px; height: 40px; margin: 435px 0 0 564px; }
.map #farbengarten{ width: 110px; height: 50px; margin: 350px 0 0 480px; }
.map #schauhaus{ width: 80px; height: 50px; margin: 208px 0 0 716px; }
.map #seerosen{ width: 100px; height: 30px; margin: 290px 0 0 490px; }
.map #pierishain{ width: 90px; height: 30px; margin: 130px 0 0 530px; }
.map #schattenstauden{ width: 73px; height: 50px; margin: 310px 0 0 340px; }
.map #erdzeituhr{ width: 90px; height: 26px; margin: 420px 0 0 760px; }
.map #bienenhaus{ width: 90px; height: 40px; margin: 363px 0 0 720px; }

@media screen and (max-width: 1399px){
    .map{
      width: 100%;
      min-height: 400px;
      height: auto;
      background: url("../img/BotanischerGartenKarte2016.jpg") no-repeat;
      -webkit-background-size: 900px auto;
      background-size: 900px auto;
    }

    .info[data-num="1"]{ margin: 219px 0 0 455px; }
    .info[data-num="2"]{ margin: 237px 0 0 337px; }
    .info[data-num="3"]{ margin: 237px 0 0 306px; }
    .info[data-num="4"]{ margin: 209px 0 0 324px; }
    .info[data-num="5"]{ margin: 179px 0 0 329px; }
    .info[data-num="6"]{ margin: 104px 0 0 227px; }
    .info[data-num="7"]{ margin: 123px 0 0 153px; }
    .info[data-num="8"]{ margin: 213px 0 0 162px; }
    .info[data-num="9"]{ margin: 275px 0 0 184px; }
    .info[data-num="10"]{ margin: 327px 0 0 191px; }
    .info[data-num="11"]{ margin: 362px 0 0 324px; }
    .info[data-num="12"]{ margin: 329px 0 0 295px; }
    .info[data-num="13"]{ margin: 273px 0 0 312px; }
    .info[data-num="14"]{ margin: 252px 0 0 446px; }
    .info[data-num="15"]{ margin: 281px 0 0 498px; }
    .info[data-num="16"]{ margin: 307px 0 0 483px; }
    .info[data-num="17"]{ margin: 327px 0 0 458px; }
    .info[data-num="18"]{ margin: 353px 0 0 556px; }
    .info[data-num="19"]{ margin: 330px 0 0 610px; }
    .info[data-num="20"]{ margin: 347px 0 0 666px; }
    .info[data-num="21"]{ margin: 176px 0 0 685px; }
    .info[data-num="22"]{ margin: 181px 0 0 718px; }
    .info[data-num="23"]{ margin: 152px 0 0 702px; }
    .info[data-num="24"]{ margin: 57px 0 0 574px; }
    .info[data-num="25"]{ margin: 123px 0 0 506px; }
    .info[data-num="26"]{ margin: 160px 0 0 476px; }

    .map #erwflaeche{ width: 70px; height: 50px; margin: 230px 0 0 830px; }
    .map #fachwhaus{ width: 108px; height: 37px; margin: 200px 0 0 482px; }
    .map #rhododendren{ width: 120px; height: 18px; margin: 143px 0 0 106px; }
    .map #farne{ width: 60px; height: 19px; margin: 299px 0 0 197px; }
    .map #heidegarten{ width: 70px; height: 15px; margin: 335px 0 0 540px; }
    .map #kraeutergarten{ width: 73px; height: 40px; margin: 321px 0 0 349px; }
    .map #primeltal{ width: 58px; height: 17px; margin: 346px 0 0 292px; }
    .map #kamelien{ width: 70px; height: 30px; margin: 190px 0 0 240px; }
    .map #alpinum{ width: 80px; height: 50px; margin: 100px 0 0 531px; }
    .map #buchenwald{ width: 90px; height: 100px; margin: 40px 0 0 625px; }
    .map #hochstauden{ width: 80px; height: 50px; margin: 219px 0 0 591px; }
    .map #blumenzwiebelwiese{ width: 50px; height: 42px; margin: 241px 0 0 472px; }
    .map #mendelschegesetzte{ width: 36px; height: 30px; margin: 325px 0 0 422px; }
    .map #farbengarten{ width: 90px; height: 40px; margin: 265px 0 0 355px; }
    .map #schauhaus{ width: 70px; height: 40px; margin: 158px 0 0 536px; }
    .map #seerosen{ width: 70px; height: 20px; margin: 220px 0 0 370px; }
    .map #pierishain{ width: 70px; height: 30px; margin: 90px 0 0 400px; }
    .map #schattenstauden{ width: 55px; height: 40px; margin: 230px 0 0 250px; }
    .map #erdzeituhr{ width: 70px; height: 15px; margin: 320px 0 0 570px; }
    .map #bienenhaus{ width: 70px; height: 20px; margin: 273px 0 0 540px; }
}


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

    .map{
      width: 100%;
      min-height: 400px;
      height: auto;
      background: url("../img/BotanischerGartenKarte2016.jpg") no-repeat;
      -webkit-background-size: 100% auto;
      background-size: 100% auto;
    }

    .info,
    .map .maplink{
        display: none;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.padding20 {
    padding: 20px;
}

.alignleft {
    float: left;
}

a,
a:hover {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



/* Kontakt */
.page-id-40 #wpcf7-f233-p40-o1{
    display: inline-block;
}

.page-id-40 #kontakt{
    display: inline-block;
}


/* Personen */

.personenwrap{
  width: 1200px;
}

.person{
  display: inline-block;
  float: left;
  width: 22%;
  margin: 20px 1.5% 20px 1.5%;
  height: 400px;
}

.person .imgwrap{
  border-radius: 100%;
  width: 158px;
  height: 158px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #808080;
}

.person h3{
  font-size: 16px;
}

.person p{
  font-size: 15px;
  color: #808080;
}

.page-template-personen .article-box {
    margin: 60px auto 0 auto;
}

/* Sitemap */
.page-id-42 ul{
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}

.page-id-42 ul li > ul{
  margin: 15px 0 15px 40px !important;
  list-style-type: square;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */


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

    #pagewrap {
    width: 1020px;
    }

    .contentwidth,
    .personenwrap {
    width: 900px;
    }

    .page #head, .single #head {
    height: 300px;
    }

    .home #head {
    height: 600px;
    }

    .willkommen article {
    width: 480px;
    }

    nav {
    margin: 40px auto !important;
    }

    .swiper-container {
    width: 900px;
    height: 600px;
    }

    .infobox {
    width: 315px;
    padding: 25px 30px;
    }

    .single .infobox, .page .infobox {
    width: 240px;
    }

    .home .infobox {
    width: 335px;
    }

    .home .infobox img {
    width: 120px;
    height: 120px;
    }

    .va-box article {
    float: left;
    width: 225px;
    margin: 0px 40px 0px 0px;
    }

    .article-box article,
    .article-box article img {
    width: 300px;
    height: auto;
    }

    .article-box article{
        height: 480px !important;
    }

    .second-box img {
    width: 900px;
    height: auto;
    }

    #googlemap {
    width: 600px;
    height: 400px;
    margin: 0px 75px 0px 0px;
    }

    #map,
    #overmap {
    width: 600px;
    height: 400px;
    }

    #kontakt {
    width: 225px;
    }

    .event_bild {
    width: 100px;
    margin-right: 20px;
    }

    .event_datum {
    width: 230px;
    }

    .event_text {
    width: 510px;
    }

    input[type="text"] {
    width: 225px;
    }

    .smallwidth {
    width: 580px;
    padding-right: 320px;
    /*min-height: 340px;*/
    }

    .single .article-box p,
    .single .article-box h2,
    .single .article-box h3,
    .wp-caption {
    padding-left: 75px;
    }

    img.size-large {
    width: 600px;
    height: auto;
    }

    .padding20 {
    padding: 15px;
    }

    /* Nur bei Pflanzenwelt */
    /*900 75*/

    .postid-1 .smallwidth {
    width: 580px;
    padding-right: 95px;
    float: left;
    }

    .postid-1 .post-sidebar {
    width: 200px;
    margin-left: 700px;
    padding-top: 140px;
    }

    .postid-1 .post-sidebar.fix {
    position: fixed;
    padding: 0;
    top:80px;
    }

    .postid-1 .post-sidebar p {
    padding: 0;
    }

    /* Schriftdefinitionen */

    body, p {
    font-size: 16px;
    }

    #pagetitle {
    font-size: 40px;
    line-height: 46px;
    }

    h1 {
    font-size: 44px;
    }

    .infobox p {
    font-size: 22px;
    line-height: 28px;
    }

    .bigletter {
    font-size: 68px;
    line-height: 76px;
    }

    .date, h2 {
    font-size: 26px;
    }

    .einlauftext,
    .willkommen p {
    font-size: 20px;
    }

    .person{
    height: 400px;
    }

    .hinweis {
    margin-left: 75px;
    width: 485px;
    }

    div.wp-caption {
    padding-left: 75px;
    }

}


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

    #pagewrap {
    width: 768px;
    }

    .contentwidth,
    .personenwrap {
    width: 660px;
    }

    .person {
      width: 45%;
      margin: 20px 1.5% 20px 1.5%;
    }

    .page #head, .single #head {
    height: 220px;
    }

    .home #head {
    height: 440px;
    }

    nav {
    margin: 40px auto !important;
    }

    nav li:last-of-type:after,
    nav li:nth-of-type(4):after {
    content: "";
    margin:0;
    }

    .swiper-container {
    width: 660px;
    height: 440px;
    }

    .swiper-buttons {
    margin: -80px 0px 0px -30px;
    }

    .infobox {
    width: 315px;
    padding: 25px 30px;
    }

    .single .infobox, .page .infobox {
    width: 240px;
    }

    .home .infobox {
    width: 335px;
    }

    .home .infobox img {
    width: 120px;
    height: 120px;
    }

    .willkommen article {
    width: 240px;
    }

    .page-id-2 .willkommen p:before{
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    position: relative;
    }

    .page-id-2 .willkommen p {
    padding-left: 0;
    }

    .va-box article {
    float: none;
    width: 225px;
    margin: 0 0 20px 0;
    }

    .article-box article,
    .article-box article img {
    width: 220px;
    height: auto;
    }

    .article-box article{
    height: 470px !important
    }

    .article-box article h2{
    height: 105px;
    }

    .article-box {
    margin-top: 0 !important;
    }

    .second-box img {
    width: 660px;
    height: auto;
    }

    #googlemap {
    width: 660px;
    height: 420px;
    margin: 0;
    }

    #map,
    #overmap {
    width: 660px;
    height: 420px;
    }

    #kontakt {
    width: 660px;
    margin-top: 40px;
    }

    .kontakt_part1 {
    width: 275px;
    float: left;
    }

    .kontakt_part2 {
    width: 275px;
    float: right;
    }

    a.event {
    padding: 15px;
    }

    .event_bild {
    width: 80px;
    margin-right: 20px;
    }

    .event_bild img,
    .noimage {
    width: 80px;
    height: 80px;
    }

    .event_datum {
    width: 230px;
    }

    .event_text {
    width: 300px;
    }

    input[type="text"] {
    width: 275px;
    }

    .smallwidth {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    /*min-height: 340px;*/
    }

    .smallwidth .einlauftext,
    .smallwidth h1 {
        width: 330px;
        display: block;
    }

    .smallwidth h1 {
        margin: 15px 0px;
    }

    .noinfobox .smallwidth .einlauftext,
    .noinfobox .smallwidth h1 {
        width: auto;
    }

    .single .article-box p,
    .single .article-box h2,
    .single .article-box h3,
    .wp-caption {
    padding: 0 60px 0 40px;
    width: 560px;
    }

    .page-id-11 h1:before {
    display: none;
    }

    .page-id-11 h1 {
    padding: 0;
    }

    img.size-large {
    width: 600px;
    height: auto;
    }

    blockquote {
    margin: 200px 0px 0px;
    width: 660px;
    }

    .bigletter {
    margin: 60px auto;
    }

    .padding20 {
    padding: 15px;
    }

    .postid-1 .post-sidebar {
        display: none;
    }

    .person{
    height: 400px;
    }

    .hinweis {
    margin-left: 40px;
    }

    .map {
        min-height: 360px;
    }

    /* Schriftdefinitionen */

    body, p {
    font-size: 16px;
    }

    #pagetitle {
    top: 35%;
    font-size: 32px;
    line-height: 36px;
    }

    h1 {
    font-size: 40px;
    }

    .home .article-box article h2 {
    height: 55px;
    }

    .home h1 {
    margin: 50px 0 0 0;
    }

    .infobox p {
    font-size: 22px;
    line-height: 28px;
    }

    .bigletter {
    font-size: 50px;
    line-height: 58px;
    }

    .date, h2 {
    font-size: 23px;
    }

    .einlauftext,
    .willkommen p {
    font-size: 18px;
    }

    blockquote {
    font-size: 30px;
    }

    blockquote span {
    font-size: 16px;
    }

    div.wp-caption {
    padding-left: 40px;
    }

}


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

    #pagewrap {
    width: 300px;
    }

    .contentwidth,
    .personenwrap {
    width: 300px;
    }

    .person {
      width: 100%;
      margin: 0;
    }

    .person:nth-of-type(1){
      margin-top: 50px;
    }

    .page #head, .single #head {
    height: 100px;
    }

    .home #head {
    height: 200px;
    }

    nav {
    display: none;
    }

    #burger {
    display: block;
    height: 35px;
    padding: 15px 0 0 0;
    }

    #touchmenu {
    margin: 0 auto !important;
    position: absolute;
    z-index: 12;
    background-color: rgba(255,255,255,1);
    top:50px;
    bottom: 0;
    }

    .touchmenuopen #touchmenu {
    display: block;
    }

    #touchmenu li {
    margin: 20px 0;
    }

    #touchmenu li {
    display: block;
    text-align: left;
    }

    #touchmenu li:after {
    content: "";
    margin:0;
    }

    .swiper-container {
    width: 300px;
    height: 200px;
    }

    .swiper-buttons {
    display: none;
    }

    .infobox {
    width: 260px !important;
    position: relative;
    z-index: 10;
    padding: 20px;
    top: 100px;
    right: auto;
    }

    .home .infobox {
    top: auto;
    }

    .home .infobox img {
    width: 60px;
    height: 60px;
    }

    .willkommen,
    .va-box {
    margin-top: 360px;
    }

    .va-box article {
    float: none;
    width: 300px;
    margin: 0 0 20px 0;
    }

    .home .article-box {
    margin: 0 !important;
    }

    .article-box article,
    .article-box article img {
    width: 300px;
    height: auto;
    }

    .article-box article{
       height: 420px !important;
       margin: 15px 0;
    }

    .second-box img {
    width: 300px;
    height: auto;
    }

    #googlemap {
    width: 300px;
    height: 200px;
    margin: 0;
    }

    #googlemap .infobox {
    top: auto;
    left: auto;
    }

    #map,
    #overmap {
    width: 300px;
    height: 200px;
    }

    #kontakt {
    width: 300px;
    margin: 160px 0 40px 0;
    }

    .kontakt_part1 {
    width: 300px;
    float: none;
    }

    .kontakt_part2 {
    width: 300px;
    float: none;
    }

    a.event {
    padding: 15px 15px 30px 15px;
    }

    .event_bild {
    width: 50px;
    margin: 0 0 15px 0;
    }

    .event_bild img,
    .noimage {
    width: 50px;
    height: 50px;
    }

    .event_datum {
    width: 270px;
    margin: 0 0 20px 0;
    }

    .event_text {
    width: 270px;
    }

    input[type="text"] {
    width: 275px;
    }

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"] {
    width: 255px;
    }

    .wpcf7-form {
    width: 275px;
    }

    .single .category-veranstaltung .smallwidth img {
    float: none;
    margin: 0px;
    }

    .smallwidth,
    .page-template-veranstaltungen .smallwidth {
    width: 100%;
    padding-right: 0;
    margin: 280px 0 20px 0;
    /*min-height: 340px;*/
    }

    .postid-1 .smallwidth {
    width: 100%;
    padding-right: 0;
    float: none;
    }

    .hinweis {
        margin-left: 0;
    }

    .noinfobox .smallwidth {
        margin: 0;
    }

    .smallwidth .einlauftext,
    .smallwidth h1 {
        width: 300px;
    }

    .smallwidth h1 {
        margin: 15px 0px;
    }

    .noinfobox .smallwidth .einlauftext,
    .noinfobox .smallwidth h1 {
        width: auto;
    }

    .single .article-box p,
    .single .article-box h2,
    .single .article-box h3,
    .page-id-11 .article-box h2,
    .page-id-11 .article-box h3,
    .page-id-11 .article-box p,
    .wp-caption {
    padding: 0;
    width: 300px;
    }

    .page-id-11 .article-box ul {
    padding-left: 20px;
    }

    img.attachment-medium {
    width: 300px;
    height: auto;
    }

    #gallery-1 img.attachment-thumbnail {
    width: 50px;
    height: auto;
    }

    img.size-large {
    width: 300px;
    height: auto;
    }

    blockquote {
    margin: 0;
    width: 300px;
    }

    .bigletter {
    margin: 60px auto;
    }

    footer {
    margin: 40px auto 0px !important;
    }

    .padding20 {
    padding: 0;
    }

    .map {
        min-height: 170px;
    }

    .smallwidth {
        margin-top: 160px;
    }

    .page-id-7 .smallwidth {
        margin-top: 240px;
    }

    /* Schriftdefinitionen */

    body, p {
    font-size: 16px;
    }

    #pagetitle {
    top: 45%;
    font-size: 14px;
    line-height: 16px;
    }

    h1 {
    font-size: 3    0px;
    }

    .infobox p {
    font-size: 18px;
    line-height: 22px;
    }

    .bigletter {
    font-size: 30px;
    line-height: 38px;
    }

    .date, h2 {
    font-size: 26px;
    }

    .einlauftext {
    font-size: 18px;
    }

    blockquote {
    font-size: 20px;
    }

    blockquote::before {
    font-size: 60px;
    margin-top: -50px;
    }

    blockquote::after {
    font-size: 60px;
    margin-top: 20px;
    }

    blockquote span {
    font-size: 14px;
    }

    .hinweis {
    padding: 10px 10px 10px 50px;
    margin-left: 0;
    background-size: 30px;
    min-height: 90px;
    width: 235px;
    }

    div.wp-caption {
    padding-left: 0;
    }

    .page-id-11 .smallwidth {
        margin-top: 220px;
    }

    div.wp-caption p.wp-caption-text {
    position: relative;
    background-color: none;
    opacity: 1;
    width: calc(100% - 20px);
    }

    /* Burger Icon */

    #nav-icon {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }

    #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgba(0,0,0,1);
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }

    #nav-icon span:nth-child(1) {
    top: 0px;
    }

    #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 8px;
    }

    #nav-icon span:nth-child(4) {
    top: 16px;
    }

    .touchmenuopen #nav-icon span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
    }

    .touchmenuopen #nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }

    .touchmenuopen #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

    .touchmenuopen #nav-icon span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
    }

    .touchmenuopen {
        overflow: hidden !important;
        height: 100%;
    }

    .wp-image-708 {
    float: none;
    margin: 0;
    width: 100% !important;
    }


}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
