html {
    overflow-y: scroll;
    }
	

/* custom colors: */
/*================*/

.ccolor-green {color: #95c11f;}
.ccolor-anthrazit {color: #3c3c3b;}

/* custom background-colors: */
/*===========================*/

.ccolor-hg-green {background-color: #95c11f;}
.ccolor-hg-green-blass {background-color: #e4f8d0;}
.ccolor-hg-green-blass2 {background-color: #d0e0c0;}

/* custom margins */
/*================*/

.main-top-margin {margin-top: 120px;}


/* custom borders */
/*=======================*/

.rand-gesamt {border-style: double; border-color: #000000;}
.cborder {max-width:400px; margin-left: auto; margin-right: auto; border-width: thick; border-style: double; border-color: #3c3c3b;}


@font-face {
    font-family: 'Avant-Garde-Gothic';
    src: url('ITC_Avant_Garde_Gothic_LT_Book.ttf') format('truetype');
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: Avant-Garde-Gothic;
  }
  
.text-xl-fett {
	font-size: 1.3em; font-weight: bold;
}

.text-xl {
	font-size: 1.3em; font-weight: thin;
}

.text-normal {
	font-size: 1.1em; font-weight: thin;
}

.text-small {
	font-size: 1em; font-weight: thin;
}

.schatten-text {text-shadow: 2px 2px 6px #3f3f3f;}
.schatten-box {box-shadow: 2px 2px 8px #3f3f3f;}


#nav-small {
    display: none;
    max-width: 180px;
}

.drop-inhalt {
    position: relative;
    display: none;
    z-index: 1;
}

.drop-inhalt a {
    position: relative;
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links. Show the link that contains should open and close the topnav */
 @media screen and (max-width: 600px) {
    #nav-wide {
        display: none;
    }

    #nav-small {
        display: block;
    }
  }

.drop-inhalt {
    display: block;
}

.infoCloseButtonRight {
  position: absolute;
  right: 1%;
}