

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  scroll-behavior: smooth;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

body {
    height: 100%;
    font-family: 'Asap', sans-serif; "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42857143;
    background-size: auto;
    background-attachment: fixed;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;

}

body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(https://internationale-gaerten-dresden.de/content/01_webbg.jpg) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

body.rtl {
  direction: rtl;
}

p {
    margin:0px;
}

a {
    color: #05b55d;
    text-decoration: none;
}

a:hover {
    color:#03a051;
    text-decoration:underline
}

a.inherit {
  color: inherit;
  text-decoration: none;
}

.gradient-textlayer {
    background-color: rgba(43, 154, 69, 0.5);
}

.vb {
  color:#b134eb;
}

.hw {
  color:#418ed3;
}

.ev {
  color:#cdaf41;
}

.gc {
  color:#36b261;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

<!--
.row {
    padding:50px 30px;
}
-->

.row-snippet-blog {
  padding: 0px 15px;
  margin-top: 30px;

}


#full.col-md-6 {

    padding: 30px;
    margin-bottom: 30px;
}

#full.col-sm-12 {

    padding: 30px;
    margin-bottom: 30px;
}

.hero {
    font-family: roboto;
    font-size: 10rem;
    font-weight:bold;
    color:#ffffff;
    line-height: 9.9rem;
    text-shadow: 5px 5px 12px #000000;

}

.article-style {
  padding:12rem 12rem 1rem 12rem;
}

.img-responsive {
    align: center;
    max-height: 200px;
    max-width: 300px;
    height: auto;
    width: auto;
    object-fit: contain;
}

img {
    align: center;
    height: auto;
    width: 100%;
    object-fit: contain;
}

.site_title {
    color:#ffffff;
    text-shadow: 2px 2px 5px #000000;
    font-size: 1.4rem;
    line-height: 1.0em;
    padding: 20px 10px;
    font-family: roboto;
    font-weight: bold;

}

.text-align {

    text-align: right;
}

h1 {
    font-family:'Asap', sans-serif;
	font-size: 3.2rem;
	font-weight: 100;
    margin-top:0px;
    word-wrap: break-word;
}

h2 {
    font-family:'Asap', sans-serif;
    font-size: 2.8rem;
    line-height: 1.3em;
}

h3 {
    font-family:'Asap', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
}

.h1, .h2, .h3, h1, h2, h3 {
  font-family:'Asap', sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
}

.name {
   font-family: 'Roboto', sans-serif;
   font-size: 4.6rem;
   font-weight: 600;
   line-height: 1.3em;
   word-wrap: break-word;
}

.subname {
   font-family: 'Roboto', sans-serif;
   font-size: 3.4rem;
   line-height: 1.3em;
   word-wrap: break-word;
}

.teaser {
   line-height: 1.8em;
   font-size: 1.8rem;
   font-weight: bold;
}

.snippet-event-title {
    font-size: 1.7rem;
    font-weight: bold;
}

.tile-headline {
    font-family: 'Roboto', sans-serif;
    font-size: 2.0rem;
    font-weight: 900;
    line-height: 1.2em;
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #ffffff;
    color: #444;
    font-size: 2.2rem;
    font-weight: 900;
    cursor: pointer;
    padding: 5 0px;
    margin-top:40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ffffff;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    color: #f3f3f3;
    float: right;
    margin-left: 5px;
}

#accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel {
    padding: 20 0px;
    margin-top: 15px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.language-btn {
    float:left;
    background-color: #f3f3f3;
    margin-right:14px;
    padding: 12px 10px;
    border-radius: 20px;
    font-size: 14px;
    line-height:1em;
}


.toc {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 8px;
}


.list-group {
    padding-left: 0;
    margin-bottom: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 2px 2px;
    margin-bottom: -1px;
    border-top: 1px solid #ddd;
}

/* Navbar */

.navbar-default {
    background-color: #f8f8f800;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-shadow: 2px 2px 6px #000000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #f3f3f3;
    background-color: #000;
}

.navbar-brand>img {
	max-height: 100%;
}

.navbar-brand {
    float: left;
    height: 65px;
    padding: 12px 0px 10px 10px;
    font-size: 20px;
    line-height: 20px;
}

.navbar-nav {
    float: right;
    margin: 15px 20px;
    font-weight: bold;
    font-family: roboto;
    padding: 0px;
    text-align: right;
    }

.navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.nav > li > a:focus {
    text-decoration: none;
    background-color: #e7e7e7;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #03a051;
    background-color: transparent;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar {
    border-radius: 0px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd0;
  }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 11px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
        border-top-color: transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.sidebar{
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}


/* Text blocks */
.text img {
	max-width: 100%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
.col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10,
.col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
}

.month_cat {
  font-size: 2.5rem;
  line-height: 1.2em;
  margin: 0px;
  font-weight: bold;
  font-family: roboto;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.footer {
    clear: both;
    padding:20px;
    margin-top:30px;
    margin-bottom: 0px;
    background-color: #2f2f2f;
    color: #e0e0e0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    border: 0px solid #ddd;
}

.titel_block {
    font-family: georgia;
    font-style: italic;
    font-size: 1.5rem;
    color: #ffffff;
    width: max-content;
    display: inline-block;
    margin-bottom:10px;
}


.main_content {
    font-size: 1.7rem;
    line-height: 1.8em;
    padding:60px;
}

.quick_find {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8em;
  padding:60px 60px 60px 0px;
}

.bg_image {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: auto;

}

background-image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: auto;

}

.col-sm-3:nth-child(4n+1) {
    clear: left;
}

.swiper-container {
    width: 100%;
    height: 490px;
}

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

.swiper_title {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
}

.swiper_subtitle {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.1;
    color: #ffffff;
}


.form-control {
    display: inline;
    height: 40px;
    padding: 6px 12px;
    margin: 5px 0px 20px 0px;
    font-size: 19px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f3f3f3;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.uppercase {
    text-transform: uppercase;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
  }

.language-select-btn {
    width: 60px;
    height: 60px;
    border-radius: 0%;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }


.dropdown-content {
    display: none;
    position: absolute;
    top: 70px;
    background-color: #f9f9f9;
    width: 70px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 900;
}


.dropdown-content a {
    color: black;
    padding: 10px 25px;
    text-decoration: none;
    list-style: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #e6e6e6}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #000;
}

li {
    margin-left: 20px;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: unset;

}

.btn {
    display: inline-block;
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: right;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 2px;
}



/*--------------------------------------------------------------------
 CSS-Deklaration für Bildschirmauflösungen unterhalb von 1024 Pixeln
--------------------------------------------------------------------*/

@media (max-width: 1024px) {

.hero {
      font-family: roboto;
      font-size: 8rem;
      font-weight:bold;
      color:#ffffff;
      line-height: 7.9rem;
      text-shadow: 5px 5px 12px #000000;
  }

h1 {
    font-family:'Asap', sans-serif;
    font-size: 45px;
    font-weight: 100;
    margin-top:0px;
    word-wrap: break-word;
}

h2 {
    font-family:'Asap', sans-serif;
    font-size: 28px;
    line-height: 1.3em;
}

h3 {
    font-family:'Asap', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
}

.main_content {
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 6rem;
}

.quick_find {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  padding:6rem 6rem 6rem 6rem;
}

.article-style {
  padding:8rem;
}

.name {
  font-family: 'Roboto', sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.3em;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.subname {
  font-family: 'Roboto', sans-serif;
  font-size: 3.4rem;
  line-height: 1.3em;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 5 0px;
    margin-top:40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 45px;
    line-height: 1.1em;
    transition: 0.4s;
    word-wrap: break-word;
}




}



/*--------------------------------------------------------------------
 CSS-Deklaration für Bildschirmauflösungen unterhalb von 567 Pixeln
--------------------------------------------------------------------*/

@media (max-width: 576px) {

/*
body {
    font-size: 16px;
    line-height: 1.42857143;
    }


p {
    font-size: 18px;
    line-height: 1.62857143;
}

*/

p {
    margin:0px;
}



.navbar-nav {
    font-size: 2rem;
    font-weight: bold;
    font-family: roboto;
    margin: 0px;
    }

.navbar-brand {
        float: left;
        height: 50px;
        padding: 10px 2px 0px 15px;
        font-size: 20px;
        line-height: 20px;
}

.site_title {
        color:#ffffff;
        text-shadow: 2px 2px 5px #000000;
        font-size: 1.3rem;
        line-height: 1.0em;
        padding: 15px;
        font-family: roboto;
        font-weight: bold;
        float: left;
        width: 180px;
}

.hero {
    font-family: roboto;
    font-size: 6.86rem;
    font-weight:bold;
    color:#ffffff;
    line-height: 6.9rem;
    text-shadow: 5px 5px 12px #000000;
}

.tile-headline {
    font-family: 'Roboto', sans-serif;
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1.2em;
}


h1 {
    font-family:'Asap', sans-serif;
    font-size: 45px;
    font-weight: 100;
    margin-top:0px;
    word-wrap: break-word;
}

h2 {
    font-family:'Asap', sans-serif;
    font-size: 24px;
    line-height: 1.3em;
}

.teaser {
   line-height: 1.5em;
   font-size: 1.6rem;
   font-weight: bold;
}

.month_cat {
    font-size: 2rem;
    line-height: 1.4em;
    margin: 0px 0px 10px 0px;
}

.article-style {
  padding:4rem 2rem;
}

.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 5 0px;
    margin-top:40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 45px;
    line-height: 1.1em;
    transition: 0.4s;
    word-wrap: break-word;
}

.footer {
    padding:20px 0px;
    margin-top:30px;
    margin-bottom: 0px;
    background-color: #2f2f2f;
    color: #a4a4a4;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    border: 0px solid #ddd;
}

.text-align {

    text-align: left;
}

.head-name {
    font-family: 'Asap', sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.1em;
    padding:20px;
}

.row {
    padding:50px 0px;
    max-width: 1080px;
    margin: 0 auto;
    clear:both;
}

.row-snippet-blog {
  padding: 5px 0px;
}

.main_content {
    font-size: 1.4rem;
    line-height: 1.6em;
    padding: 30px 20px 20px 20px;
}

.quick_find {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4em;
  padding:30px 20px 20px 20px;
}

.name {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3em;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.subname {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3em;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

#full.col-sm-12 {
    padding: 25px 0px;
}



.swiper_title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
}

.swiper_subtitle {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.1;
    color: #ffffff;
}

}

/*--------------------------------------------------------------------
 CSS-Deklaration für Bildschirmauflösungen unterhalb von 500 Pixeln
--------------------------------------------------------------------*/

@media (max-width: 500px) {

.hero {
      font-family: roboto;
      font-size: 5.1rem;
      font-weight:bold;
      color:#ffffff;
      line-height: 5.2rem;
      text-shadow: 5px 5px 12px #000000;
  }

}
