* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    /*background-image: url(../img/background-farbverlauf2.jpg);*/
    background-color: blue;
    background-repeat:no-repeat;
	background-size: 400%;

}
body{
	font-family: "segoe ui", sans-serif; /* Standardschrift Windows 10 */
	/*color: #444; /* 3 gleiche Zahlen ergeben verschiedene grau Töne */
	/*background-image: url(../img/bg.gif);*/
   background-color: transparent;
	
}
.container{
		
}

#profilePic{
    width:100%;
}
.pTopHeading {
    font-size:2em;
}
.pTopInfoText {
    font-size:1em;
    
}

.jumbotronHeading{
    font-size:2em;   
}

.jumbotronHeadText{
    font-size: 1.5em;
}

.jumbotronFieldSmallText{
    font-size: 0.9em;
}

.jumbotronFieldLargeText{
    font-size: 1.2em;
}

.formLabel{
    margin: 0em;
    padding: 0em;
}





.hideActivities {
    display: none;
}

.tableHead {
    font-size:2em;
    
    
} 
.tableElement {
    font-size:2em;
}


.tableProperties {
    padding: 0.2em;
}


.col-sm-6, .col-sm-2, .col-sm, .col, .col-sm-12{
	border-radius: 0.25em 0.25em 0.25em 0.25em;
	background-color: azure;
}
.row{
	border-radius: 0.25em 0.25em 0.25em 0.25em;
	background-color: blue;
	margin: 0 0 1em 0;
}
.center-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.jumbotron {
	padding: 0.5rem;
	border-style: solid;
	border-radius: 1em;
	border-width: 0.05em;
	border-color: #444;
}
.navButton{
	background-color: transparent;
}
.navButton:hover{
	transform: scale(1.05);
	transform-origin: center;
	border-color: rgb(113,12,44);
}
.buttonRow{
	background-color: transparent;
}
.button {
  background-color: MediumTurquoise; 
  border: none;
  radius: 0.5em;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}


.buttonToComeBack{
	background-color: azure;
}
main section iframe{
	width: 100%;
	height: 100vh;
}




@media screen and (min-width: 576px) {
	html {
		font-size: 0.5em;
	}
    .tableHead {
        font-size: 1em;
    } 
    .tableElement {
        font-size: 1em;
    }
	header {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
    
    
    #profilePic{
    width:100%;
    /*max-height:250px;*/
    }
    .pTopHeading {
        font-size:1em;
    }
    .pTopInfoText {
        font-size:0.7em;

    }

    .jumbotronHeading{
        font-size:2em;   
    }

    .jumbotronHeadText{
        font-size: 1.5em;
    }

    .jumbotronFieldSmallText{
        font-size: 0.4em;
    }

    .jumbotronFieldLargeText{
        font-size: 0.7em;
    }  
    
}


@media screen and (min-width: 768px) {
	html {
		font-size: 0.7em;
	}
    
   #profilePic{
    width:100%;
    /*max-height:250px;*/
    }
    .pTopHeading {
        font-size:2em;
    }
    .pTopInfoText {
        font-size:0.9em;

    }

    .jumbotronHeading{
        font-size:2.5em;   
    }

    .jumbotronHeadText{
        font-size: 1.5em;
    }

    .jumbotronFieldSmallText{
        font-size: 0.9em;
    }

    .jumbotronFieldLargeText{
        font-size: 1.1em;
    }
    
    
}
@media screen and (min-width: 992px) {
	html {
		font-size: 1em;
	}
    
   #profilePic{
    width:100%;
    /*max-height:250px;*/
    }
    .pTopHeading {
        font-size:2em;
    }
    .pTopInfoText {
        font-size:0.9em;

    }

    .jumbotronHeading{
        font-size:2.5em;   
    }

    .jumbotronHeadText{
        font-size: 1.5em;
    }

    .jumbotronFieldSmallText{
        font-size: 0.9em;
    }

    .jumbotronFieldLargeText{
        font-size: 1.1em;
    }
    
}
@media screen and (min-width: 1200px) {
	html {
		font-size: 1.2em;
	}
    
    #profilePic{
    width:100%;
    /*max-height:250px;*/
    }
    .pTopHeading {
        font-size:2,em;
    }
    .pTopInfoText {
        font-size:0.8em;

    }

    .jumbotronHeading{
        font-size:2.5em;   
    }

    .jumbotronHeadText{
        font-size: 1.5em;
    }

    .jumbotronFieldSmallText{
        font-size: 1em;
    }

    .jumbotronFieldLargeText{
        font-size: 1.1em;
    }
    }

/* CSS Kommentar */
			