/* Festlegen von primären und sekundären Farben */
:root {
  --primary: #666;
  --second: #ccc;
  --akzent: #c32e04;
}
#column-id-1555068690319 {
    box-shadow: 0px 0px 0px 0px #fff !important;
}
@media only screen and (max-width: 991px) {
	
}

/* Extra Small devices .col-xs- ( < 768px ) */
@media ( max-width: 767px) { 

}

/* Small devices .col-sm- (> 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* Medium devices .col-md- (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (max-width: 480px) {
}