/**
 * =============================================================================
 * Anpassungen in diese Datei - Adjustments to this file
 * ==========================================================================
 */

/* fuer alle Geraete-Klassen */
a, 
a:hover {
  color: #555;
  text-decoration: none;
}
a:hover {text-decoration: underline;}
.myClass p {
    color: #ff0000;
}
#wrapper {
  max-width: 1240px;
  margin: 0 auto;
  border: 1px solid #dedede;
}
/*p {text-align: justify;word-wrap: break-word;}*/
.big {font-size: 18px;}
/* header slider nav */
.slider-control {display:none}

.headercontainer .inside {padding-top: 5px;padding-bottom: 5px;}
h1, h2, h3, h4, h5, h6 {
  color: #632D68;
}
.hl-white h1, .hl-white h2, .hl-white h3, .hl-white h4, .hl-white h5, .hl-white h6 {
  /*color: #632D68;*/
  max-width: 900px;
  text-align: right;
  margin-right: 100px;
}
.hl-white h1, .hl-white h2, .hl-white h3, .hl-white h4, .hl-white h5, .hl-white h6 {
color: #632D68;
}

.mainmenu > ul > li:hover > a, 
.mainmenu > ul > li > a.trail, 
.mainmenu > ul li > a.active, 
.mainmenu > ul > li > strong {
  color: #632D68;
}
.mainmenu>ul ul li:hover>a, 
.mainmenu>ul ul li>a.trail, 
.mainmenu>ul ul li>a.active, 
.mainmenu>ul ul li>strong {
  background-color: #DD552F; /*632D68*/
}
.lila {color: #632D68;}
.mod_breadcrumb ul li.active {
  color: #632D68;
}
.ce_text.ce-slider .slider-text p a {
  display: inline-block;
  margin: 40px 4px 0;
  padding: 10px 20px;
  background-color: #632D68;
}
.ce_text.ce-slider .slider-text {float:right;}
.ce_text.ce-slider .slider-text p {
  text-align: right;
  margin-right: 100px;
}
.ce_downloads h4 {font-size:1em;}
h1 {
font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
big {
  font-size: 1.4em;
}
.bg-white, .bg-greys {
  border: 1px solid #ccc;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
}
.ce_text.bg-white h1, .ce_text.bg-white h2, .ce_text.bg-white h3, .ce_text.bg-white h4, .ce_text.bg-white h5, .ce_text.bg-white h6, .ce_text.bg-grey h1, .ce_text.bg-grey h2, .ce_text.bg-grey h3, .ce_text.bg-grey h4, .ce_text.bg-grey h5, .ce_text.bg-grey h6 {
  color: #555;
}
.mod_article.bg-grey, [class*="ce_"].bg-grey .inner {
  background-color: #fafafa;
}
.rs-column {margin-top:0;}
.slider-control .slider-menu b.active {
  display: none;
}
.mod_article[class*="bg-"] {
  padding: 50px;
}
.btable,
.btable td {border:1px solid #ccc;}
.btable th,
.btable td{padding:5px;}

.pt-xs {padding-top: 25px;}
.pt-s {padding-top: 50px;}
.mt-xs {padding-top: 25px;}
.mt-s {padding-top: 50px;}
.mb-xs {padding-bottom: 25px;}
.mb-s {padding-bottom: 50px;}

#footer {background: #fff;border-top: 1px solid #dedede}
#footer, #footer a {color: #555}
#footer .inside .footer.top.container {
  padding: 0;
  background: #fff;
}
.ce_gallery li {padding:5px;}
.rahmen img {border: 1px solid #ccc; padding:5px;}

.bg-grey {margin-bottom:0;}
#main .inside {
  padding-bottom: 0;
}

contao-cookiebar .highlight .cc-btn.success:hover {
  background: #632D68;
}
.contao-cookiebar .highlight .cc-btn.success {
  background: #632D68;
  border-color: #632D68;
  color: #fff;
}
.contao-cookiebar .highlight .cc-btn.success:hover {
  background: #DD552F;
}
form button, input[type="submit"], .button {
	border: 1px solid #632D68;
border-radius: 0;
background-color: #632D68;
background-image: linear-gradient(to bottom, #632D68, #632D68);
}
h1.leftline::after, h2.leftline::after, h3.leftline::after, h4.leftline::after, h5.leftline::after, h6.leftline::after {
  border-bottom: 1px solid #632D68;
}

.ce_text ul li, 
.ce_list ul li {
  margin-bottom: 5px;
}
/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

.myClass p {
    color: #00ff99;
}


}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

.myClass p {
    color: #f300ff;
}


}

/* fuer desktop */
@media only screen and (min-width:1025px) {

.myClass p {
    color: #0800ff;
}


}


/* fuer Smartphones */
@media only screen and (max-width:767px) {




}


