/* ----------------------------------------------------------------

	# Cremer modified
	# Farbdefinitionen
	vorherige Farbe             neue Farbe              als Variable

	lime = #1ABC9C				creme = #f5ebd8		    var(--sun-creme)
	Hintergrund = #333			black = #001		    var(--sun-black)
	Footer = #282828			newBlack = #111		    var(--sun-new-black)

	var(--blue);

---------------------------------------------------------------- */
:root {
    --sun-creme: #d9d1c1;
    --sun-creme-dark: #a19a8d;
    --sun-black: #001;
    --sun-new-black: #111;
}

@media (min-width: 992px) {
    #start_kreis, #startseite-kreis {
        width: 70%;
    }
}


#teamevents {
    min-height: 1500px;
    background-color: #ffffff;
}
#teamevents #wrapper {
    background: #ffffff !important;
}

#startseite-kreis .fontcolor{fill:#010811;}
#startseite-kreis .font{font-family:'Arial';}
#startseite-kreis .fonthead{font-size:20.8233px;}
#startseite-kreis .fonttext{font-size:15.9645px;}

.pointer { cursor: pointer; }