html {
    overflow-y: scroll;
    }

/* custom colors: */
/*================*/

.ccolor-red {color: #cc3300;}
.ccolor-gray-back {background-color: #acacac;}
.ccolor-mix-geenblue-back {background-color: #4D7482;}         /*Stufe dunkler: #486b79*/
.ccolor-mix-breenblueX2-back {background-color: #3E5D82;}


/* custom margins */
/*================*/

.main-top-margin {margin-top: 120px;}


/* custom borders */
/*=======================*/

/*.ccolor-red-border {border-color: #cc3300; border-style: solid; border-bottom-width: 1px;}*/
.cborder-color-red {border-bottom: 1px solid #cc3300;}


/* custom text */
/*=============*/

.img-subtitle {font-style: italic}



/*=======================*/

body {
    background-image: url('img/background.png');
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, "Trebuchet MS";
}