
:root{
    --violet:#cecfd0 /*#c7b7e2*/;
    --violet-deep: #979797 /*#b3a0d6*/;
    --violet-soft:#f4f4f4 /*#e6def2*/;
    
    --dark-bg:#081226;
    --yellow: #ffe729;
    --pink: #f449a5;
    --redish: #ff7474;
    --black: #000000;
    --dark-grey: #cecfd0;
    --black: #000000;
    --purple-bg: #ab96c7;
    --purple: #a17dd0;
    
    --white:#ffffff;
    --ink:#000000;
    --ink-soft:#2b2b2b;
    --maxw:1180px;
    --header-h:108px;
  }



/* Alle Aussen- (Margins) und Innenabstände (Paddings) auf 0 setzen, wegen verschiedene darstellung Browser */
* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	text-align: center;
	background-color: #ab96c7;
	/*background-image: url('../img/background_2025.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;*/
}

.noborder {
	border: none !important;
}

/* *******************
-- start accessibility --
   ******************* */


/* accessibility divs are hidden by default text, screenreaders and such will show these */

.accessibility, hr {

   position: absolute;
   top: -999em;
   left: -999em;
}


/* definition tags are also hidden these are also used for menu links */

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}


/* *******************
-- schriftformatierung --
   ******************* */
   
/*@font-face {
  font-family: myTitleFont;
  src: url(Yakin.otf);
}

div {
  font-family: myTitleFont;
}*/
   
   
   
* {
	font-family: Arial, Verdana, "Tahoma", sans-serif;
	font-size: 1em;
}  

a {
	text-decoration: none;
	color: var(--pink);
}

a:hover {
	text-decoration: underline;
	color: var(--pink);
}

a.insta {
display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--redish);
  font-weight: 400;
  background-color: white !important;
  border-top: none;
  text-transform: none;
  font-size: 1em;
  margin-left: 30px;
}

a.insta:hover {
text-decoration: underline;
}

a.footer-link {
	display: inline-block;
	color: #182b49;;
	background-color: transparent;
	border-top: none;
	font-weight: 400;
  	font-size: 1rem;
	line-height: 1.1rem;
	font-family: 'Nunito Sans' , sans-serif;
	text-transform: none;
}

a.footer-link:hover {
	text-decoration: underline;
	color: #fffff;
}



#section-content {
	margin: 0 auto;
  width: 740px;
}

#lang-switch {
	/*position: fixed;
	right: 40px;*/
	float: right;
	margin-right: 20px;
	top: 0px;
	background-color: #e0cdc6;
	z-index: 2;
	display: block;
}

#lang-switch a {
	background-color: transparent;
	font-size: 1em;
	border-top: none;
	display: inline;
	padding: 6px;
}

#lang-switch a.active-lang,  #lang-switch a:hover {
	text-decoration: underline;
	color: #d13d41;
}





p {
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Nunito Sans' , sans-serif;
	font-weight: 400;
	line-height: 1.4;
}

span.highlight {
	color: var(--purple);
	font-weight: bold;
}

p.footer {
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 60px;
}

h2 {
  color: #000000;
  border-top: none;
  border-bottom: 3px #000000 solid;
  padding-top: 4px;
  padding-bottom: 3px;
  font-family: 'Nunito Sans' , sans-serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.1rem;
  text-align: left;
  top: 300px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

h3 {
	font-size: 26px;
}

h2.small {
	font-size: 35px;
}

a img {
	border: none;
}

a.nostyle {
	border: none;
	background-color: transparent;
	margin-top: 0px;
	padding-top: 0px;
}





p.italic {
	font-style: italic;
}


.alignright {
	text-align: right;
}

.floatright {
	float: right;
}

.clearfix {
	clear: both;
}





.delimiter {
	background-color: #000000;
	height: 7px;
	width: 100%;
	margin-bottom: 35px;
	overflow:hidden;
}

.delimiter-mini {
	background-color: #fff;
	height: 3px;
	width: 100%;
	overflow:hidden;
}

.delimiter-yellow {
	background-color: #ffb414;
	height: 4px;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 35px;
	overflow:hidden;
}


div.content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align:left;
	/*background-color: red;
	opacity: 0.5;*/
	z-index: 100;
	overflow:auto;
}

div.content-min-width {
    float: right;
    height: 200px;
    width: 255px;
}

div.content {
	/*top:25%;*/
	position: absolute;

	width: 740px; /* 100% */
	/*min-width:674px;*/
	margin-left:0px;
	/*margin-right:auto;
	margin-top:auto;*/
	/*z-index:-200;*/
	text-align:left;
	margin-top: 30px;
	background-color: #ffffff !important;
	padding:15px;
	/*border:1px dashed #333;
	background-color:#eee;*/
	
}

div.content-folge {
	/*top:25%;*/
	position: absolute;

	width: 740px; /* 100% */
	/*min-width:674px;*/
	margin-left:0px;
	/*margin-right:auto;
	margin-top:auto;*/
	text-align:left;
	margin-top: 30px;
	background-color: #ffffff !important;
	padding:15px;
	/*border:1px dashed #333;
	background-color:#eee;*/
	
}

div.container {
	padding: 20px;
}






div.video-border {
	background-color: #000000;
	padding: 7px;
	width: 500px;
	height: 291px;
	margin-bottom: 35px;
	color: #fff;
}

div.video-border p{
	padding: 20px;
}




/*
NAVIGATION ---------------------------------------
*/

header.bar {
  position: sticky;
  top: 0;
  /*z-index: -600;*/
  /*height: 108px;
  background: rgba(244,239,230,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.08);*/
  display: flex;
  align-items: center;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.bar-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
  /*padding: 0 24px;*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-bottom: 1px solid rgba(0,0,0,.08);*/
}

.dropdown {
  position: relative;
  display: block;
}

.dropbtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #000000;
  display: block;
  transition: 0.3s;
  text-align: left;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  font-weight:900;
  letter-spacing: .01em;
  border: none;
  background-color: var(--beige);
  width: 100%;
  border-top: 3px #000000 solid;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: var(--redish);
}



.dropdown-content {
  display: none;
  /*position: absolute;*/
  /*background-color: #f1f1f1;
  min-width: 160px;*/
  overflow: auto;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

.dropdown-content a {
  color: var(--black);
  padding-left: 60px !important;
  text-decoration: none;
  display: block;
  font-size: 20px !important;
}

.dropdown a:hover {}


.scrim {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.42);
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.scrim.open {
  opacity: 1;
  pointer-events: auto;
}

.show {
  display: block;
}

/*
SUB-NAVIGATION ---------------------------------------
*/

div.navigation ul li ul.sub-navigation{
	padding-left: 35px;
}

div.navigation ul li ul.sub-navigation li{
	list-style: none;
	font-size: 13px;
	padding-top: 2px;
	border-top: 2px dotted #FFFFFF;
}

div.navigation ul li ul.sub-navigation li a{
	padding-left: 0px;
}

div.navigation ul li ul.sub-navigation li a span.sub-navigation-middle{
	font-size: 13px;
}

div.navigation ul li ul.sub-navigation li a span.sub-navigation-small{
	font-size: 13px;
}

#BT-logo {
	background-image: url('../img/veloista_cat_logo_500px.png');
	background-repeat: no-repeat;
	background-position: 10px 20px;
	/*background-size: 450px ;*/
	width: 510px;
	height: 446px;
	top: 0px;
	position: fixed;
	/*margin-left: auto;*/
	left: 10px; 
	z-index: -300;
}


.BT-logo-schrift {
	background-image: url('../img/veloista_logo_500px.png');
	background-repeat: no-repeat;
	/*background-position: 381px 42px;*/
	width: 500px;
	height: 162px;
	top: 0px;
	/*position: fixed;*/
	margin-top: 42px;
	left: auto; 
	z-index: -300;
	
	-webkit-filter: drop-shadow(2px 2px 0 white)
                    drop-shadow(-2px 2px 0 white)
                    drop-shadow(2px -2px 0 white)
                    drop-shadow(-2px -2px 0 white);

    filter: drop-shadow(2px 2px 0 white)
            drop-shadow(-2px 2px 0 white)
            drop-shadow(2px -2px 0 white)
            drop-shadow(-2px -2px 0 white);
}








img.logo {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
}



.footer-notice {
	/*position: absolute;
	top: 2700px;*/
	margin-top: 150px;
	width: 400px;
}

.content-body {
	/*position: absolute;*/
	top: 570px;
}



/*
FOOTER ---------------------------------------
*/

div.footer {
	padding-bottom: 35px;
}

div.footer p {
	color: #fff;
	font-size: 11px;
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	text-align: center;
}








a.anchor-jump {
	border: 0px;
	padding: 0px;
}



/*
Kontaktformular --------------------------------
*/






