* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}


body {
  position: relative;
  gap: 5vmin;
}

.custom-paragraph {
  font-weight: bold;
  color: #333; /* Graue Farbe */
  line-height: 1.6; /* Zeilenhöhe erhöhen für bessere Lesbarkeit */
  display: block; /* Überschreibt eventuelles Display-Verhalten */
}


ul {
  list-style-type: disc; /* Stellt runde Punkte dar */
}

img.map {
  width: 45%;
  height: auto;
}


.profil-container {
  display: flex; /* Benutzt Flexbox */
  align-items: center; /* Vertikal zentrieren */
}

.text-container {
  margin-left: 20px; /* Abstand zwischen Bild und Text */
}


.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
  grid-gap: 10px; /* Abstand zwischen den Bildern */
  
  @media (max-width: 768px) {
    grid-template-columns: repeat(1, 1fr); /* 1 Spalte für schmalere Bildschirme */
  }
}

.screenshot-grid img {
  width: 100%; /* Vollständige Breite */
  height: auto;
  border: 1px solid #ccc; /* Grauer Rand */
  border-radius: 5px; /* Abgerundete Ecken */
}

.appicon-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000; /* Textfarbe anpassen */
}

.appicon-img {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-right: 10px; /* Abstand zum Text */
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media-buttons {
  display: flex;
  align-items: center;
  gap: 10px; /* Abstand zwischen den Buttons */
  margin-top: 10px; /* Ändere den Wert nach Bedarf */
}

.fa-facebook, .fa-x-twitter, .fa-instagram {
  color: grey;
  font-size: 28px;
  padding: 10px; /* Ändere den Wert nach Bedarf */
}

/*
.main-content {
  display: flex;
  justify-content: center;
}*/








.flex-box {
  display:flex;
  justify-content:space-between;
  /*outline: 2px dashed blue;*/
}


.profil-photo {
  border-radius: 10px;
  text-decoration: none;
  /*box-shadow: 0px 2px 2px 2px #6e6e6e;*/
  height: 259px;
  width: 150px;
}

.page-logo {
  border-radius: 10px;
  text-decoration: none;
  /*box-shadow: 0px 2px 2px 2px #6e6e6e;*/
  height: 100px;
  width: 100px;
  border: 1px solid #888; /* Graue Borderline */
}


p br { display: none; }



.navtopline div a.active {
  color: #FFFFFF;
  background-color: #7e007e;
}

.navtopline div a:visited,
.navtopline div a:focus {
    color: #FFFFFF;
    background-color: #7e007e;
}




/*
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}


@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}*/


h1 {
  /*background-color: #7e007e;*/
  color: #7e007e;;
}


h2 {
  /*background-color: #7e007e;*/
  color: #7e007e;;
  font-weight: bold;
  display: block; /* Überschreibt eventuelles Display-Verhalten */
  font-size: 24px;
}

h3 {
    font-weight: bold;
    color: #797777; /* Graue Farbe */
    line-height: 2.2; /* Zeilenhöhe erhöhen für bessere Lesbarkeit */
    display: block; /* Überschreibt eventuelles Display-Verhalten */
}




p br { display: none; }

.demobanner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*the container must be positioned relative:*/
/*
.register {
  position: relative;
  font-family: Arial;
}

.register select {
  display: none; 
}

.select-selected {
  background-color: #c8d246;
}
*/

/*style the arrow inside the select element:*/
/*
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}*/

/*point the arrow upwards when the select box is open (active):*/
/*
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}*/

/*style the items (options), including the selected item:*/
/*
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}*/

/*style items (options):*/
/*
.select-items {
  position: absolute;
  background-color: #c8d246;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}*/

/*hide the items when the select box is closed:*/
/*
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}*/




/* Info about installing App in Background */
.info {
  padding: 20px;
  background-color: #ff9900;
  color: white;
}

.infoTextbox {
  padding: 20px;
  background-color: #ff9900;
  color: white;
  margin-left: 3.0em;
  padding: 0.5em 1.5em 1.2em 0; 
  font-size: 18px;
}

.alert {
  padding: 20px;
  background-color: #ff0000;
  color: white;
}

.closebtn {
  margin-left: 10px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 45px;
  line-height: 5px;
  cursor: pointer;
  transition: 0.90s;
}

.closebtn:hover {
  color: black;
}


.btnBack {
width: 60%;
padding: 15px;
margin-top: 20px;
background-color: #7e007e;
border: 0;
cursor: pointer;
font-weight: bold;
color: #FFFFFF;
transition: background-color 0.2s;
border-radius: 5px;
}

/* disanle submit button weird rendering on iPad/iPhone */
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


body {
  	background-color: #ffffff;
}


.logoLogin {
    /*border-radius: 10px;*/
    text-decoration: none;
    /*box-shadow: 0px 2px 2px 2px #6e6e6e;*/
    height: 150px;
    /*width: 50%;*/
}


.logoNavtopline {
    text-decoration: none;
    height: 50px;
    width: 130px;
}



/* show and hide empty cells */
.show {
  empty-cells: show;
}
.hide {
  empty-cells: hide;
}


.pwchButton {
    height: 50px;
    background-color: #7e007e;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #FFFFFF;
    transition: background-color 0.2s;
    border-radius: 5px;
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
    text-align: center;
    line-height: 50px;
}

.pwchButton:hover {
    background-color: #7e007e;
      transition: background-color 0.2s;
}

.center {
  margin: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Start register form*/

.register {
      width: 400px;
      background-color: #ffffff;
      /*box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);*/
      margin: 100px auto;
}
.register h1 {
      text-align: center;
      color: #7e007e;
      font-size: 24px;
      padding: 20px 0 20px 0;
      /*border-bottom: 1px solid #c8d246;*/
}


.register h2 {
      text-align: center;
      color: #7e007e;
      font-size: 14px;
      padding: 20px 0 20px 0;
}

.register h3 {
      text-align: center;
      color: #7e007e;
      font-size: 20px;
      padding: 20px 0 20px 0;
}

.register h4 {
      text-align: center;
      color: #7e007e;
      font-size: 20px;
      padding: 20px 0 20px 0;
}

.register h5 {
      text-align: center;
      color: #7e007e;
      font-size: 20px;
      padding: 20px 0 20px 0;
}






.register form {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 20px;
}


.register form small {
  /*display: inline-block;*/
  width: 100%;
  height: 15px;
  font-size: 10px;
  text-align: left;
  padding: 0 15px;
  color: #969594e3;
  margin-bottom: 20px;
  margin-top: 2px;
  /*color: #000000;*/
}


.register form label {
      display: inline-block;
      width: 100%;
      height: 20px;
      font-size: 10px;
      text-align: left;
      padding: 0 15px;
      color: #7e007e;
      /*color: #000000;*/
}

.register form input[type="password"], .register form input[type="text"], .register form input[type="tel"], .register form input[type="email"], .register form input[type="phone"] {
      /*width: 310px;*/
      width: 100%;
      height: 50px;
      border: 1px solid #e5e5e5;
      margin-bottom: 8px;
      padding: 0 15px;
    border-radius: 5px;
}
.register form input[type="submit"] {
      width: 100%;
      padding: 15px;
     margin-top: 20px;
      background-color: #7e007e;
      border: 0;
      cursor: pointer;
      font-weight: bold;
      color: #FFFFFF;
      transition: background-color 0.2s;
    border-radius: 5px;
}
.register form input[type="submit"]:hover {
    background-color: #7e007e;
      transition: background-color 0.2s;
}



.register form button {  
  z-index: 0;
  margin-left: -60px;
  /*height: 20px;*/
  width: 60px;
  font-size: 12px;
  font-weight: bold;
 
  background-color: #7e007e;
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
  transition: background-color 0.2s;
  border-radius: 5px;
}


.register-login-button {  
  height: 50px;
  width: 100%;
  background-color: #7e007e;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #FFFFFF;
  transition: background-color 0.2s;
  border-radius: 5px;
  padding-right: 100px;
  padding-bottom: 50px;
  padding-left: 100px;
  text-align: center;
  line-height: 50px;
}






/* End register form */

.login {
  	width: 400px;
  	background-color: #ffffff;
  	/*box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);*/
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #7e007e;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	/*border-bottom: 1px solid #c8d246;*/
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
/*
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #c8d246;
  	color: #000000;
}*/
.login form label {
      display: inline-block;
      width: 100%;
      height: 20px;
      font-size: 10px;
      text-align: left;
      padding: 0 15px;
      color: #7e007e;
      /*color: #000000;*/
}


.login form input[type="password"], .login form input[type="text"] {
  	/*width: 310px;*/
    width: 100%;
  	height: 50px;
  	border: 1px solid #e5e5e5;
  	margin-bottom: 20px;
  	padding: 0 15px;
    border-radius: 5px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	  margin-top: 20px;
  	background-color: #7e007e;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #FFFFFF;
  	transition: background-color 0.2s;
    border-radius: 5px;
}
.login form input[type="submit"]:hover {
	background-color: #7e007e;
  	transition: background-color 0.2s;
}

.navtopline {
    background-color: #ffffff;
    height: 80px;
    width: 100%;
    border: 0;
}

.navtopline div {
    display: flex;
    margin: 0 auto;
    width: 1000px;
    height: 100%;
}

.navtopline div h1, .navtop div a {
    display: inline-flex;
    align-items: center;
}
.navtopline div h1 {
    flex: 1;
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #7e007e;
    font-weight: bold;
}
.navtopline div a {
    padding: 0 20px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}
.navtopline div a i {
    padding: 2px 0 0 0;
}
.navtopline div a:hover {
    color: #FFFFFF;
    background-color: #7e007e;
}
.navtopline div a:active {
    background-color: #7e007e;
}

.navtopline div a:visited,
.navtopline div a:focus {
    color: #FFFFFF;
    background-color: #7e007e;
}



/* Start normal nav menu */

.navtop {
	background-color: #f5f5f5;
	height: 60px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}

.navtop div h1 {
	display: inline-flex;
	align-items: left;
}

.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #7e007e;
	font-weight: bold;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #FFFFFF;
    background-color: #7e007e;
}
.navtop div a:active {
    background-color: #7e007e;
}


.navtopline div a:visited,
.navtopline div a:focus {
    color: #FFFFFF;
    background-color: #7e007e;
}


.infobarHeader {
    background-color: #7e007e;
    color: #FFFFFF;
}

.infobarText {
    background-color: #e5e5e5;
    color: #000000;
}


body.loggedin {
	background-color: #f2f2f2;
}
.content {
	width: 100%;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 15px 0;
	padding: 15px;
	background-color: #7e007e;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

/* Icon download */

.font-icon-size {
  font-size: 2vw;
}

.font-icon-smiley-size {
  font-size: 1em;
}

.font-icon-login-size {
  font-size: 1em;
}

.font-icon-color {
  /*color:#c8d246;*/
  color:#b3b3b3;
}

/* Show text desktop mode */
.a-hide-text {
    display: inline;
}


.a-greeting-text {
    background-color: #7e007e;
    color: #ffffff;
}


.d-button {
    padding: 0;
    border: none;
    background: none;
    text-align: center; 
    line-height: 65px;
}


.hidden-windows-table {
    display: block;
    border: none;
}




td,

th {
    border: 0px solid #e5e5e5;
    /* padding: 0.5rem; */
    empty-cells: hide;
}




/* Start Password change form */

.tblSaveForm {
/*border-top:2px #999999 solid;*/
background-color: #ffffff;
width: 600px;
margin: 140px auto;
border: 0;

}
.tableheader {
background-color: #7e007e;
border: 0;
}
.btnSubmit {
/*background-color:#fd9512;
padding:5px;
border-color:#c8d246;
border-radius:4px;
color:white;*/

width: 100%;
padding: 15px;
margin-top: 20px;
background-color: #7e007e;
border: 0;
cursor: pointer;
font-weight: bold;
color: #FFFFFF;
transition: background-color 0.2s;
border-radius: 5px;


}
.message {
color: #FF0000;
background-color: #FFFFFF
text-align: center;
width: 100%;
}
.txtField {
padding: 5px;
border: 1px solid #e5e5e5;
/*width: 220px;*/
width: 100%;
height: 50px;
border-radius: 5px;
/*margin-bottom: 20px;*/
}
.required {
color: #FF0000;
font-size:14px;
font-weight: normal;
padding-left:10px;
}

/* End Password change form */



/* Demo part e-world */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 250px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.price {
  color: grey;
  font-size: 16px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: black;
  background-color: #cccbcb;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

.col-sm-4 {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
  max-width: 250px;
  height: 280px;
  background-color: #ffffff;

   /*             oben       rechts     unten      links */
  /*border-color: #ffffff  #c8d246  #c8d246  #ffffff;*/
  /*border-style: solid;*/
  line-height: 1.5;

  border-radius: 2ch;
  border: 1px solid hsl(0 0% 83%);
  
  font-family: arial;
}

.col-sm-4 button {
  border: none;
  outline: 0;
  padding: 12px;
  color: black;
  background-color: #cccbcb;
  text-align: center;
  cursor: pointer;
  width: 90%;
  font-size: 18px;
  border-radius: 2ch;
}

.col-sm-4 button:hover {
  opacity: 0.7;
}

.h4 {
  background-color: #7e007e;
  color: #ffffff;
}

.iOS {
  border: none;
}

.android {
  border: none;
}

.windows {
  border: none;
}






/* Demo part e-world */

/*
    Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
 
    @media
      only screen
    and (max-width: 760px), (min-device-width: 768px)
    and (max-device-width: 1024px)  { */

     
 
 @media screen and (max-width: 767px) {
 /* start of medium tablet styles */

 
     /* Disable scrolling in mobile version */
     html, body {
       overflow-x: hidden;
     }
     body {
       position: relative;
       gap: 5vmin;
     }


     img.map {
      width: 80%;
      height: auto;
    }
    

     p br { display: inline-block; }     
     
     /* show and hide empty cells */
     .show {
       empty-cells: show;
     }
     .hide {
       empty-cells: hide;
     }
     
     .input:focus {
         outline: none !important;
         border:1px solid #7e007e;
         box-shadow: 0 0 10px #719ECE;
       }
     
     .pwchButton {
         height: 50px;
         background-color: #7e007e;
         border: 0;
         cursor: pointer;
         font-weight: bold;
         color: #FFFFFF;
         transition: background-color 0.2s;
         border-radius: 5px;
         padding-right: 100px;
         padding-bottom: 50px;
         padding-left: 100px;
         text-align: center;
         line-height: 50px;
     }
    
        
     /* Login mask */
     
     .login {
            background-color: #ffffff;
            width: 340px;
            padding: 0px;
            /*box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);*/
            resize: vertical;
     }
     .login h1 {
           text-align: center;
           color: #7e007e;
           font-size: 24px;
           padding: 20px 0 20px 0;
           /*border-bottom: 1px solid #c8d246;*/
     }
     .login form {
           display: flex;
           flex-wrap: wrap;
           justify-content: center;
           padding-top: 20px;
     }
     /*
     .login form label {
           display: flex;
           justify-content: center;
           align-items: center;
           width: 50px;
           height: 50px;
           background-color: #c8d246;
           color: #000000;
     }*/
     .login form label {
           display: inline-block;
           width: 100%;
           height: 20px;
           font-size: 10px;
           text-align: left;
           padding: 0 15px;
           color: #7e007e;
           /*color: #000000;*/
     }


     .login form input[type="password"], .login form input[type="text"] {
           /*width: 310px;*/
         width: 100%;
           height: 50px;
           border: 1px solid #e5e5e5;
           margin-bottom: 20px;
           padding: 0 15px;
         border-radius: 5px;
     }
     

     
     .login form input[type="submit"] {
           width: 100%;
           padding: 15px;
          margin-top: 20px;
           background-color: #7e007e;
           border: 0;
           cursor: pointer;
           font-weight: bold;
           color: #FFFFFF;
           transition: background-color 0.2s;
         border-radius: 5px;
     }
     .login form input[type="submit"]:hover {
         background-color: #7e007e;
           transition: background-color 0.2s;
     }



/* Start register form*/

.register {
  width: 340px;
  background-color: #ffffff;
  /*box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);*/
  margin: 100px auto;
}
.register h1 {
  text-align: center;
  color: #7e007e;
  font-size: 24px;
  padding: 20px 0 20px 0;
  /*border-bottom: 1px solid #c8d246;*/
}


.register h2 {
  text-align: center;
  color: #7e007e;
  font-size: 14px;
  padding: 20px 0 20px 0;
}

.register h3 {
  text-align: center;
  color: #7e007e;
  font-size: 20px;
  padding: 20px 0 20px 0;
}




.register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}


.register form small {
/*display: inline-block;*/
width: 100%;
height: 15px;
font-size: 10px;
text-align: left;
padding: 0 15px;
color: #969594e3;
margin-bottom: 20px;
margin-top: 2px;
/*color: #000000;*/
}


.register form label {
  display: inline-block;
  width: 100%;
  height: 20px;
  font-size: 10px;
  text-align: left;
  padding: 0 15px;
  color: #7e007e;
  /*color: #000000;*/
}

.register form input[type="password"], .register form input[type="text"], .register form input[type="tel"], .register form input[type="email"], .register form input[type="phone"]  {
  /*width: 310px;*/
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
  padding: 0 15px;
border-radius: 5px;
}
.register form input[type="submit"] {
  width: 100%;
  padding: 15px;
 margin-top: 20px;
  background-color: #7e007e;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #FFFFFF;
  transition: background-color 0.2s;
border-radius: 5px;
}
.register form input[type="submit"]:hover {
background-color: #7e007e;
  transition: background-color 0.2s;
}


.register form button {  
  z-index: 0;
  margin-left: -60px;
  /*height: 20px;*/
  width: 60px;
  font-size: 12px;
  font-weight: bold;
 
  background-color: #7e007e;
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
  transition: background-color 0.2s;
  border-radius: 5px;
}






/* End register form */

        
    /* Navigation menu */
        
        .navtop {
            background-color: #f5f5f5;
            height: 100px;
            width: 100%;
            border: 0;
        }
        .navtop div {
            display: flex;
            margin: 0 auto;
            width: 100%;
            height: 100%;
          
            
        }
        .navtop div h1, .navtop div a {
            display: inline-flex;
            align-items: center;
            top: 150px;
            left: 0px;
        }
        .navtop div h1 {
            flex: 1;
            font-size: 26px;
            padding: 0;
            margin: 0;
            color: #7e007e;
            font-weight: normal;
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        .navtop div a {
            text-decoration: none;
            color: #000000;
            font-weight: bold;
            font-size: 35px;
          
        }
        .navtop div a i {
            font-size: 35px;
          
        }
        .navtop div a:hover {
            color: #FFFFFF;
            background-color: #7e007e;
        }
        .navtop div a:active {
            color: #FFFFFF;
            background-color: #7e007e;
        }


        
        
    /* Icon download */
    
    .font-icon-size {
      font-size: 5em;
    }
    
    .font-icon-smiley-size {
      font-size: 1.4em;
    }
    
    .font-icon-login-size {
      font-size: 2em;
    }
    
    .font-icon-color {
      /*color:#c8d246;*/
      color:#b3b3b3;
    }
    
    /* Hide text mobile mode */
    .a-hide-text {
        display: none;
    }
    
    .a-greeting-text {
        background-color: #7e007e;
        color: #FFFFFF;
    }
    
    /* override button */
    .button {
      /*border: none;
      color: white;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      cursor: pointer;*/
      
    padding: 0;
    border: none;
    background: none;

    }
    
    
    
    /* Demo part e-world and mobile mode*/
    .card {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      /*max-width: 400px;*/
      margin: auto;
      text-align: center;
      font-family: arial;
    }

    .price {
      color: grey;
      font-size: 22px;
    }

    .card button {
      border: none;
      outline: 0;
      padding: 12px;
      color: black;
      background-color: #cccbcb;
      text-align: center;
      cursor: pointer;
      width: 100%;
      font-size: 18px;
    }

    .card button:hover {
      opacity: 0.7;
    }

    /* Demo part e-world */

    .col-sm-4 {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      font-family: arial;
      max-width: 100%;
      height: 280px;
      background-color: #ffffff;
      /*border-color: #c8d246;*/
       /*             oben       rechts     unten      links */
      border-color:  #ffffff #ffffff #7e007e    #ffffff;
      border-style: solid;
    }

    .col-sm-4 button {
      border: none;
      outline: 0;
      padding: 12px;
      color: black;
      background-color: #cccbcb;
      text-align: center;
      cursor: pointer;
      width: 100%;
      font-size: 18px;
    }

    .col-sm-4 button:hover {
      opacity: 0.7;
    }

    .h1 {
      background-color: #7e007e;
      color: #ffffff;
    }

    .h2 {
      background-color: #7e007e;
      color: #ffffff;
    }

    .h3 {
      background-color: #7e007e;
      color: #ffffff;
    }

    .h3 {
      background-color: #7e007e;
      color: #ffffff;
    }

    





    .info {
      padding: 20px;
      background-color: #ff9900;
      color: white;
    }
    
    .infoTextbox {
      padding: 20px;
      background-color: #ff9900;
      color: white;
      margin-left: 3.0em;
      padding: 0.5em 1.5em 1.2em 0; 
      font-size: 13px;
    }


    
    .hidden-windows-table {
        display: none;
        border: none;
    }
    
     
     /* Table settings */
        


        .profil-photo {
          border-radius: 10px;
          text-decoration: none;
          /*box-shadow: 0px 2px 2px 2px #6e6e6e;*/
          height: 259px;
          width: 150px;
        }
        
        .logoLogin {
            /*border-radius: 10px;*/
            text-decoration: none;
            /*box-shadow: 0px 2px 2px 2px #6e6e6e;*/
            height: 150px;
            /*width: 50%;*/
        }
        
        .logoNavtopline {
            text-decoration: none;
            height: 20px;
            width: 100px;
        }
        
        
        
        /* Force table to not be like tables anymore */
        /*table, thead, tbody, th, td, tr {
            display: block;
        }*/

        /* Hide table headers (but not display: none;, for accessibility) */
        /*thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }*/

    /* Distance between rows*/
    /*tr {
      margin: 0 0 0 0;
    }*/
      
 
   
         
        /*td {
          
            border: none;
            position: relative;
            padding-left: 50%;
            line-height: 25px;
        }*/
        
        
     
/*
        td:before {
         
            position: absolute;
           
            top: 0px;
            left: 0px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            background-color: #7e007e;
            color: #FFFFFF;
            border: none;
        }*/
        
    
     

        /*
        Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
        */
        /* old variant with 2 col and version / date text*/
        /*
        td:nth-of-type(1):before { content: "Projekt"; font-weight: bold; font-size: 22px; height: 27px}
        td:nth-of-type(2):before { content: "";}
        td:nth-of-type(7):before { content: "Windows"; font-weight: bold; font-size: 22px; height: 82px}
        td:nth-of-type(3):before { content: "iOS"; font-weight: bold; font-size: 22px; height: 82px}
        td:nth-of-type(5):before { content: "Android"; font-weight: bold;font-size: 22px; height: 82px}*/
        
        
        /*
        td:nth-of-type(1):before { content: "Projekt"; font-weight: bold; font-size: 20px; height: 27px;}
        td:nth-of-type(2):before { content: "";}
        td:nth-of-type(3):before { content: "iOS"; font-weight: bold; font-size: 20px; height: 82px; background-color:#e5e5e5;}
        td:nth-of-type(4):before { content: "Android"; font-weight: bold;font-size: 20px; height: 82px; background-color:#e5e5e5;}
        */
           
    }

